Skip to content

Commit 1ac3eb7

Browse files
committed
Added git ignore
1 parent bc9a8cb commit 1ac3eb7

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.gitignore

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Eclipse #
2+
###########
3+
.classpath
4+
.project
5+
.settings
6+
*/bin
7+
8+
# Maven #
9+
#########
10+
target
11+
release.properties
12+
*.releaseBackup
13+
*.versionsBackup
14+
15+
# IntelliJ IDEA #
16+
#################
17+
.idea
18+
*.iml
19+
*.ipr
20+
*.iws
21+
22+
# OS X #
23+
########
24+
.DS_Store
25+
26+
# Jekyll #
27+
##########
28+
_site/.sass-cache
29+
_site/asciidoc/.jekyll-metadata
30+
_site/gh-pages

0 commit comments

Comments
 (0)