Skip to content

Commit 1b74283

Browse files
author
Dennis Jaamann
committed
Basic project setup
1 parent 94a5179 commit 1b74283

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

.gitignore

+46
Original file line numberDiff line numberDiff line change
@@ -1 +1,47 @@
1+
# *** IntelliJ
2+
*.iml
3+
*.ipr
4+
*.iws
15
.idea/
6+
out/
7+
8+
# *** OS X
9+
.DS_Store
10+
xcuserdata/
11+
*.pbxuser
12+
# Thumbnails
13+
._*
14+
15+
# Files that might appear on external disk
16+
.Spotlight-V100
17+
.Trashes
18+
19+
# *** Eclipse
20+
.project
21+
.metadata
22+
bin/**
23+
tmp/**
24+
tmp/**/*
25+
*.tmp
26+
*.bak
27+
*.swp
28+
*~.nib
29+
local.properties
30+
.classpath
31+
.settings/
32+
.loadpath
33+
34+
# NodeJS
35+
node_modules
36+
npm-debug.log
37+
38+
# Bower
39+
bower_components
40+
41+
# Grunt
42+
dist
43+
.tmp
44+
45+
# Other
46+
.checkstyle
47+
.pmd

0 commit comments

Comments
 (0)