forked from DSpace/DSpace
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
59 lines (46 loc) · 1.14 KB
/
.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
50
51
52
53
54
55
56
57
58
59
## Ignore the MVN compiled output directories from version tracking
target/
## Ignore tags index files created by Exuberant Ctags
tags
## Ignore project files created by Eclipse
.settings/
/bin/
.project
.classpath
.checkstyle
## Ignore project files created by IntelliJ IDEA
*.iml
*.ipr
*.iws
.idea/
overlays/
## Ignore project files created by NetBeans
nbproject/
build/
nbbuild/
dist/
nbdist/
nbactions.xml
nb-configuration.xml
## Ignore all *.properties file in root folder, EXCEPT build.properties (the default)
## KEPT FOR BACKWARDS COMPATIBILITY WITH 5.x (build.properties is now replaced with local.cfg)
/*.properties
!/build.properties
# Ignore a local.cfg file in root folder, if it exists
/local.cfg
# Also ignore it under dspace/config
/dspace/config/local.cfg
# Ignore VERSION_D.txt file which is used to track the DSpace version and commit hash
/dspace/config/VERSION_D.txt
/VERSION_D.txt
##Mac noise
.DS_Store
##Ignore JRebel project configuration
rebel.xml
## Ignore jenv configuration
.java-version
## local config for build scripts
/scripts/envs/__basic.bat
/scripts/envs/__dspace.parent.basic.bat
/scripts/TEST_*
/scripts/tests.yaml