blob: 72aa1c74c1dd102fdb8b0e192bdad37df4dd5a50 (
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
|
# 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/
# 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
|