Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugins/widgets bootstrapped using create-figma-plugin should include a .gitignore #173

Closed
yuanqing opened this issue Aug 16, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@yuanqing
Copy link
Owner

$ npx --yes -- create-figma-plugin --template plugin/hello-world
info Copying "plugin/hello-world" template...
info Resolving package versions...
info Installing dependencies...
success Done

First:
  cd hello-world

To build the plugin:
  npm run build
  
To watch for code changes and rebuild the plugin automatically:
  npm run watch

$ cd hello-world
$ cat .gitignore
cat: .gitignore: No such file or directory
@yuanqing yuanqing added the bug Something isn't working label Aug 16, 2023
@yuanqing
Copy link
Owner Author

Fixed in 2.6.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant