From 7536c0e9301d1338a2ab67401ae063e2f0e10a61 Mon Sep 17 00:00:00 2001 From: Michel Weststrate Date: Tue, 19 May 2020 05:31:05 -0700 Subject: [PATCH] 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 --- desktop/pkg/templates/plugin/.gitignore.template | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 desktop/pkg/templates/plugin/.gitignore.template diff --git a/desktop/pkg/templates/plugin/.gitignore.template b/desktop/pkg/templates/plugin/.gitignore.template new file mode 100644 index 000000000..44d646d58 --- /dev/null +++ b/desktop/pkg/templates/plugin/.gitignore.template @@ -0,0 +1,2 @@ +node_modules +dist/