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

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEspina2 <expina2@hotmail.com>2016-11-29 14:09:11 +0300
committerEspina2 <expina2@hotmail.com>2016-11-29 14:09:11 +0300
commite5464fff69da3d5d39b39fdf5d99eff53ad6cce6 (patch)
tree366f7e344a070451868e562dfc7d594cf9fadada /.gitignore
parent658fd9f0b88f36b94e0fc03af2f9181f37ab6b1d (diff)
updated gitignore file and remove some trashes
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore27
1 files changed, 25 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 1d995197..227ea94b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,31 @@
config.php
-.sass-cache
.directory
*.kdev4
node_modules/
l10n/
-.css.map
+
+# OS generated files #
+######################
+.DS_Store
+.DS_Store?
+._*
+.Spotlight-V100
+.Trashes
+Icon?
+ehthumbs.db
+Thumbs.db
+
+# Editor text files
+*.sublime-project
+*.sublime-workspace
.idea/
+
+# Sass Cache remove #
+#####################
+*.sass-cache
+
+# Ignore Sass' cache
+/.sass-cache
+
+# Ignore CSS Map File
+*.map