Skip to content

Commit 312b128

Browse files
committed
Initial commit
1 parent f2f2151 commit 312b128

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

.gitignore

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Jetbrains IntelliJ Idea
2+
.idea
3+
*.iml
4+
5+
# Linux
6+
# backup files
7+
*~
8+
9+
# Windows
10+
# thumbnails
11+
Thumbs.db
12+
13+
# Mac OS X
14+
# metadata
15+
.DS_Store
16+
# thumbnails
17+
._*
18+
19+
# GIT
20+
.git/
21+
22+
# Java
23+
*.class
24+
25+
# packages
26+
*.jar
27+
*.war
28+
*.ear
29+
30+
# Logging
31+
*.log
32+
33+
# jME (binaries)
34+
*.so

0 commit comments

Comments
 (0)