-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (40 loc) · 769 Bytes
/
.gitignore
File metadata and controls
47 lines (40 loc) · 769 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Build
target
target-eclipse
# IDEA
*.iml
*.ipr
*.iws
.idea
atlassian-ide-plugin.xml
# Eclipse
.checkstyle
.fbprefs
bin
# Automatically generated by WTP
/*/src/main/java/META-INF/
/*/*/src/main/java/META-INF/
/*/*/*/src/main/java/META-INF/
/*/*/*/*/src/main/java/META-INF/
/*/*/*/*/*/src/main/java/META-INF/
/*/*/*/*/*/*/src/main/java/META-INF/
/*/src/META-INF/
/*/*/src/META-INF/
/*/*/*/src/META-INF/
/*/*/*/*/src/META-INF/
/*/*/*/*/*/src/META-INF/
/*/*/*/*/*/*/src/META-INF/
# NetBeans
nbproject
# Python
__pycache__
*.pyc
# Other
*~
*.log.*
*.log
.sonar-ide.properties
.clover
# XWiki Debug Eclipse files
/xwiki-debug-eclipse/src/main/webapp/WEB-INF/currentoracle_hibernate.cfg.xml
/xwiki-debug-eclipse/src/main/webapp/WEB-INF/currentpgsql_hibernate.cfg.xml