summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore28
1 files changed, 19 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore
index 890455ec..c0319cef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,19 @@
-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
+
+.marginalia
+
+js/
+build/
+coverage/