Skip to content

Commit 22feb85

Browse files
committed
adding missing enteries for OS and IDE
1 parent 28b77d3 commit 22feb85

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.gitignore

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# OS generated files #
2+
######################
3+
.DS_Store
4+
.DS_Store?
5+
._*
6+
.Spotlight-V100
7+
.Trashes
8+
Icon?
9+
ehthumbs.db
10+
Thumbs.db
11+
112
# Ruby #
213
########
314
*.gem
@@ -19,3 +30,23 @@ lib/bundler/man
1930
pkg
2031
spec/reports
2132
vendor/bundle
33+
target
34+
35+
# vagrant #
36+
###########
37+
.vagrant
38+
39+
# drone.io build testing #
40+
##########################
41+
drone.io
42+
43+
# JetBrains config files #
44+
##########################
45+
.idea
46+
*.iml
47+
48+
# Eclipse config files #
49+
########################
50+
.project
51+
.classpath
52+
.settings

0 commit comments

Comments
 (0)