-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
49 lines (48 loc) · 940 Bytes
/
.gitignore
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
45
46
47
48
49
**/.settings/
**/.classpath
**/.project
**/.idea/
**/target/
**/test-output/
**/*.iml
**/*.eml
**/*.ipr
**/*.iws
**/*.log
**/*.ids
**/.DS_Store
**/nbactions.xml
**/nb-configuration.xml
**/Err.log
**/Err.log.*
**/build.properties
build.properties
project.properties
nb-configuration.xml
nbactions.xml
*.orig
/metadata/nbproject/
${env.KIVAKIT_ASSETS_HOME}/
${env.CACTUS_ASSETS_HOME}/
# build product cruft
cactus-maven-model/cactus/
cactus-metadata/cactus/
cactus-cli/cactus/
cactus-git/cactus/
cactus-maven-log/cactus/
cactus-graph/cactus/
cactus-util/cactus/
/cactus-maven-model/nbproject/
/cactus-util/nbproject/
/cactus-codeflowers/cactus/
/cactus-maven-versioning/cactus/
/cactus-maven-xml/cactus/
/cactus-scope/cactus/
/cactus-maven-plugin/nbproject/
/cactus-cli/nbproject/
/wordy/nbproject/
/cactus-test-project-generator/nbproject/
/cactus-git/nbproject/
/cactus-tests/nbproject/
/cactus-tasks/nbproject/
/cactus-process/nbproject/