forked from fracture91/wpi-suite-tng
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
49 lines (42 loc) · 1.3 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
*.class
.metadata
.metadata\*
.metadata/*
.metadata\.plugins\*
Servers\.settings\*
Servers\.settings
javadoc
test-results
dist
# Package Files #
*.war
*.ear
# Module jar files #
Janeway/modules/*.jar
!Janeway/modules/DummyModule.jar
# Janeway configuration file (user specific) #
Janeway/janeway.conf
/Core/Servers3/.project
/Core/Servers3/.settings/org.eclipse.wst.server.core.prefs
/Core/Servers3/Tomcat v7.0 Server at localhost-config/catalina.policy
/Core/Servers3/Tomcat v7.0 Server at localhost-config/catalina.properties
/Core/Servers3/Tomcat v7.0 Server at localhost-config/context.xml
/Core/Servers3/Tomcat v7.0 Server at localhost-config/server.xml
/Core/Servers3/Tomcat v7.0 Server at localhost-config/tomcat-users.xml
/Core/Servers3/Tomcat v7.0 Server at localhost-config/web.xml
/Core/WPISuite/build/classes/META-INF/MANIFEST.MF
/Core/WPISuite-Interfaces/build/MANIFEST.MF
/Core/WPISuite/src/META-INF/MANIFEST.MF
/Core/WPISuite/WPISuite_TNG_local
/Core/WPISuite/WebContent/WEB-INF/lib/DefectTracker.jar
/Core/WPISuite/WebContent/WEB-INF/lib/WPISuite-Interfaces.jar
/Core/WPISuite/WebContent/WEB-INF/lib/PostBoard.jar
/Core/WPISuite/WebContent/WEB-INF/lib/RequirementManager.jar
#Mac Garbage Files
*.DS_Store
#JavaDoc
*/doc/*
/Core/WPISuite-Interfaces/doc/*
#Janeway build folders
Janeway/bin/*
Janeway/build/*