We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42e8f6f commit 589cfdbCopy full SHA for 589cfdb
.gitignore
@@ -1,4 +1,40 @@
1
-vendor/
+# Project #
2
+###########
3
Resources/bootstrap
4
Resources/bootstrap-sass
-*.*~
5
+
6
+# Composer #
7
+############
8
+/composer.lock
9
+/vendor
10
+composer.phar
11
12
+# IDE files #
13
+###############
14
+/.buildpath
15
+/.settings
16
+/.project
17
+/.metadata
18
19
+/nbproject
20
21
+*.sublime*
22
23
+*~
24
25
+/.idea
26
27
+# OS generated files #
28
+######################
29
+.DS_Store
30
+.DS_Store?
31
+._*
32
+.Spotlight-V100
33
+.Trashes
34
+Icon?
35
+ehthumbs.db
36
+Thumbs.db
37
38
+# Keep .gitkeep #
39
+#################
40
+!.gitkeep
0 commit comments