Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2018-05-10 20:14:04 +0300
committerdartcafe <github@dartcafe.de>2018-05-10 20:14:04 +0300
commitb349e3595d231d478e077099e8e3a06e4a1ec221 (patch)
treecd1350bf1543a4bdd54df83d3c6cdac4cdeccaae /.gitignore
parenta9afca8f8a53f8599583251e351594e34d4b7057 (diff)
change to webpack
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore11
1 files changed, 9 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index e78eb659..64d1e660 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,18 @@
+.DS_Store
.sass-cache/
.project/
.idea/
build/
css/*.map
nbproject/
+node_modules/
+npm-debug.log
+Thumbs.db
+yarn-error.log
*.cmd
*.lock
*.iml
-.DS_Store
-Thumbs.db
+*.suo
+*.ntvs*
+*.njsproj
+*.sln