GH-340 - Ignore files introduced in main.
This commit is contained in:
18
.gitignore
vendored
18
.gitignore
vendored
@@ -1,15 +1,25 @@
|
||||
# Maven
|
||||
target/
|
||||
.idea/
|
||||
.flattened-pom.xml
|
||||
.settings/
|
||||
*.iml
|
||||
.mvn/.gradle-enterprise
|
||||
|
||||
# Eclipse
|
||||
.project
|
||||
.classpath
|
||||
.springBeans
|
||||
target/
|
||||
.factorypath
|
||||
|
||||
# General
|
||||
changelog.txt
|
||||
|
||||
#IntelliJ Stuff
|
||||
# Antora
|
||||
node_modules/
|
||||
node/
|
||||
package-lock.json
|
||||
package.json
|
||||
|
||||
|
||||
# IDEA
|
||||
.idea
|
||||
*.iml
|
||||
|
||||
Reference in New Issue
Block a user