Skip to content

Commit

Permalink
add dependency-reduced-pom.xml to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankHossfeld committed Jun 29, 2020
1 parent 0b3848c commit cdcdf67
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# NOTE: we don't include IDE-specific files (e.g. IntelliJ's *.iml and .idea/) on-purpose.
# Those patterns should go in a global gitignore or repository-specific excludes.
# See http://www.gwtproject.org/makinggwtbetter.html#global_gitignore

target/
.project
.classpath
.settings/
*.iml
atlassian-ide-plugin.xml
.flattened-pom.xml
dependency-reduced-pom.xml

# gwt caches and compiled units #
war/
gwt-unitCache/

0 comments on commit cdcdf67

Please sign in to comment.