Skip to content

Commit 6e70126

Browse files
committed
GH-340 - Ignore files introduced in main.
1 parent c57c840 commit 6e70126

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

.gitignore

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,25 @@
1+
# Maven
12
target/
2-
.idea/
33
.flattened-pom.xml
44
.settings/
5-
*.iml
5+
.mvn/.gradle-enterprise
6+
7+
# Eclipse
68
.project
79
.classpath
810
.springBeans
9-
target/
1011
.factorypath
12+
13+
# General
1114
changelog.txt
1215

13-
#IntelliJ Stuff
16+
# Antora
17+
node_modules/
18+
node/
19+
package-lock.json
20+
package.json
21+
22+
23+
# IDEA
1424
.idea
1525
*.iml

0 commit comments

Comments
 (0)