-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
53 lines (48 loc) · 1.23 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
# Eclipse configuration and build files.
/.classpath
/.project
/.settings
/eclipse-build
/eclipse-build
/eclipse-config
#Idea configuration and build files
/.idea/
/*.iml
/*.ipr
/*.iws
/out
# The sandbox property file, and the Files created by the ant build. There
# needs to be a .gitignore in the embedded glassfish's applications, autodeploy,
# osgi-cache, and generated directories to ignore their contents.
/gradle-local.properties
/.gradle
/gradle-app.setting
/build
/dist
/docs/api
src/test/resources/application.properties
src/test/resources/application-test.properties
src/test/resources/applicationContext-test.xml
src/test/resources/env.properties
src/test/resources/log4j.properties
src/test/resources/META-INF/persistence.xml
src/test/java/META-INF/persistence.xml
src/test/java/META-INF/persistence-local.xml
properties/applicationContext-test.xml.jpa
properties/framework.xml.jpa
/glassfish-3.1.1/domains/domain1/config/domain.xml
# Files created by Atomikos when unit test run.
tm.out
tm.out.lck
tmlog.lck
*.epoch
*.bak
*.log
*.log.*
.DS_Store
glassfish-3.1.1/domains/domain1/applications
glassfish-3.1.1/domains/domain1/autodeploy
glassfish-3.1.1/domains/domain1/generated
glassfish-3.1.1/domains/domain1/osgi-cache
# Vim swap files
*.swp