forked from alkacon/opencms-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
31 lines (31 loc) · 717 Bytes
/
.gitignore
File metadata and controls
31 lines (31 loc) · 717 Bytes
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
#
# Default .gitignore for the Alkacon OpenCms project
#
# After initial checkout, you should do 'git update-index --assume-unchanged <file>'
# for the following files:
#
# - /.gitignore
# - /.classpath
# - /test/test.properties
# - /.settings/gradle/org.springsource.ide.eclipse.gradle.core.prefs
#
# In Eclipse this is available in the dialog 'Team > Advanced > Assume unchanged'
#
# If you make changes to the files that you really want to commit,
# do a 'No Assume unchanged' first.
#
/bin
/test-bin
/test/data/resources
/test/data/WEB-INF/imagecache
/test/data/WEB-INF/index
/test/data/WEB-INF/config
/gwt-unitCache
/xbuild.properties
/hostedmode-war
/war
/.gradle
**/.gradle
Thumbs.db
/build/
/module-export.sh