forked from DSpace/DSpace
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.gitignore
63 lines (50 loc) · 1.26 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
60
61
62
63
## UMD Customization
## Ignore temporary directories related to helper scripts
scripts/work
scripts/patches
# Ignore HTTPS certificates
dspace/src/main/docker/nginx/certs/*
!dspace/src/main/docker/nginx/certs/.keep
# Ignore database dump directory to be used with docker-compose for initializing
postgres-init/*
!postgres-init/README.md
!postgres-init/pg_restore.sh
## End UMD Customization
## 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
##Mac noise
.DS_Store
##Ignore JRebel project configuration
rebel.xml
## Ignore jenv configuration
.java-version