-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add dependency-reduced-pom.xml to .gitignore
- Loading branch information
1 parent
0b3848c
commit cdcdf67
Showing
1 changed file
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |