aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 799d2dc2a73d104782d103ab960437f0949fa82e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Maven
target/

# Files + directories created during build
aj-build/
build/local.properties
taskdefs/bin

# Log files
log.txt

# Eclipse
.classpath
.project
.settings

# IntelliJ IDEA
*.iml
.idea/

# Visual Studio Code
.vscode

# MacOS X Finder
.DS_Store

# Linux
.attach_pid*

# No idea where these come from
bin/