Skip to content

Commit 9727bf3

Browse files
author
Matthew Joseph
committed
Added a basic .gitignore file
1 parent 26dff7d commit 9727bf3

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.gitignore

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Binaries and packages
2+
*.class
3+
*.jar
4+
*.war
5+
*.nar
6+
*.ear
7+
*.zip
8+
*.tar.gz
9+
*.rar
10+
11+
# Maven
12+
target
13+
14+
# Eclipse and Idea files
15+
.project
16+
.classpath
17+
.settings
18+
.idea
19+
*.iml
20+
*.iws
21+
*.ipr
22+
23+
# Windows and Mac OS files
24+
Thumbs.db
25+
.DS_Store

0 commit comments

Comments
 (0)