From 7637178dd21c8a903b2eefcc5dfec7208a061a20 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sun, 28 Oct 2018 18:07:39 -0300 Subject: [PATCH] add community template for Meteor Co-Authored-By: CodeHunter --- community/JavaScript/Meteor.gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 community/JavaScript/Meteor.gitignore diff --git a/community/JavaScript/Meteor.gitignore b/community/JavaScript/Meteor.gitignore new file mode 100644 index 00000000..7194fd0e --- /dev/null +++ b/community/JavaScript/Meteor.gitignore @@ -0,0 +1,12 @@ +# gitignore template for the Meteor framework +# website: https://www.meteor.com/ +# +# Recommended template: Node.gitignore + +# protect api keys in setting json +settings-production.json +settings.json + +# protect your mup.json settings +mup.json +mup.js -- 2.39.5