From b73af30a2bb9677aa93d04bbefc30c209a694f6d Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Sat, 12 Mar 2016 10:57:31 -0500 Subject: [PATCH] added git ignore file for modules directory --- public/src/modules/.gitignore | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 public/src/modules/.gitignore diff --git a/public/src/modules/.gitignore b/public/src/modules/.gitignore new file mode 100644 index 0000000000..d18329c844 --- /dev/null +++ b/public/src/modules/.gitignore @@ -0,0 +1,35 @@ +# Warning: This directory contains auto-generated files (symlinked), and should +# not be tracked by git. If you want to specifically have a file tracked by git, +# please include it in this file. + + + +# Ignore all files in this directory... +/* + +# except these folders... +!/settings + +# and these files... +!/.gitignore +!/alerts.js +!/autocomplete.js +!/chat.js +!/components.js +!/coverPhoto.js +!/csrf.js +!/helpers.js +!/iconSelect.js +!/navigator.js +!/notifications.js +!/postSelect.js +!/search.js +!/settings.js +!/share.js +!/sort.js +!/sounds.js +!/string.js +!/taskbar.js +!/topicSelect.js +!/translator.js +!/uploader.js