Skip to content

Commit 65c1554

Browse files
committed
Cleanup .gitignore
1 parent abb13ac commit 65c1554

File tree

1 file changed

+11
-23
lines changed

1 file changed

+11
-23
lines changed

.gitignore

+11-23
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,19 @@
1-
*.class
2-
3-
# Package Files
1+
# Package files
42
*.jar
53
*.war
64
*.ear
7-
/target
5+
6+
# Java
7+
*.class
8+
target/
89

910
# Eclipse project files
10-
.settings
11-
.classpath
1211
.project
12+
.classpath
13+
.settings
1314

14-
# IntelliJ
15-
# User-specific stuff:
16-
.idea
17-
.idea/workspace.xml
18-
.idea/tasks.xml
19-
.idea/findbugs-idea.xml
20-
.idea/codeStyleSettings.xml
21-
.idea/dictionaries
22-
.idea/shelf
23-
*.iws
24-
*.ipr
15+
# IntelliJ IDEA project files
2516
*.iml
26-
# Sensitive or high-churn files:
27-
.idea/dataSources.ids
28-
.idea/dataSources.xml
29-
.idea/sqlDataSources.xml
30-
.idea/dynamic.xml
31-
.idea/uiDesigner.xml
17+
*.ipr
18+
*.iws
19+
.idea/

0 commit comments

Comments
 (0)