Add default .gitignore file
Summary: This stack contains a bunch of improvements I made to smoothen the demo of plugin creating in the Flipper + React Native talk. With 98% likelihood people will manage the source code of their Flipper plugins in git. This will make sure the `.gitignore` is configured properly ootb Reviewed By: nikoant Differential Revision: D21523818 fbshipit-source-id: b2ed769edc8fb9fd320464b05686e817e438f21e
This commit is contained in:
committed by
Facebook GitHub Bot
parent
4a7d207134
commit
7536c0e930
2
desktop/pkg/templates/plugin/.gitignore.template
Normal file
2
desktop/pkg/templates/plugin/.gitignore.template
Normal file
@@ -0,0 +1,2 @@
|
||||
node_modules
|
||||
dist/
|
||||
Reference in New Issue
Block a user