aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 123e20a858c31b0665eb8245ffbdf0410b46bb15 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
# Maven
target/
*.versionsBackup

# 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/

# Downloaded libraries used during tests + marker file
/lib/provisioned.marker
/lib/ant/
/lib/junit/

# AspectJ core dumps
ajcore.*.txt

# When using a RAM disk to speed up development, see how-to in docs/developer/ram-disk/settings-ramdisk.xml
/.mvn/maven.config
/.mvn/settings-ramdisk.xml