Skip to content

Commit

Permalink
Merge pull request yasserg#355 from pgalbraith/PR/gitignore
Browse files Browse the repository at this point in the history
ignore local Maven config
  • Loading branch information
s17t authored Dec 6, 2018
2 parents 317e2dd + 78c1d71 commit d925fc2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties

# Exclude maven wrapper
!/.mvn/wrapper/maven-wrapper.jar
# Local Maven config
.mvn

### Eclipse template

.metadata
Expand All @@ -80,6 +80,8 @@ local.properties
.settings/
.loadpath
.recommenders
.checkstyle
.groovy

# External tool builders
.externalToolBuilders/
Expand Down
1 change: 1 addition & 0 deletions crawler4j-examples/crawler4j-examples-base/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/frontier/

0 comments on commit d925fc2

Please sign in to comment.