summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore22
1 files changed, 13 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore
index 890455ec..0322ebfc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,13 @@
-node_modules
-build
-js/public
-js/vendor
-css/vendor
-css/style.css
-coverage
-npm-debug.log
-package-lock.json
+.DS_Store
+node_modules/
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+
+# Editor directories and files
+.idea
+.vscode
+*.suo
+*.ntvs*
+*.njsproj
+*.sln \ No newline at end of file