Skip to content

Commit 589cfdb

Browse files
committedJul 31, 2013
Update .gitignore (Files generated by IDE and OS added.)
1 parent 42e8f6f commit 589cfdb

File tree

1 file changed

+38
-2
lines changed

1 file changed

+38
-2
lines changed
 

‎.gitignore

+38-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,40 @@
1-
vendor/
1+
# Project #
2+
###########
23
Resources/bootstrap
34
Resources/bootstrap-sass
4-
*.*~
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

Comments
 (0)