Skip to content

Commit

Permalink
Add target dir to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Markionium committed Dec 23, 2015
1 parent 98315a4 commit a5e6131
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules/
build/
target/*
webpack.config.js
src/dev_jquery.js
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ stats.json

# TODO: Remove when using proper jQuery loader
src/dev_jquery.js
target/*
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<developers>
<developer>
<name>Mark Polak</name>
<email>mark@dhis2.org</email>
<email>mark@thedutchies.org</email>
<organization>UiO</organization>
<organizationUrl>http://www.uio.no/</organizationUrl>
</developer>
Expand Down

0 comments on commit a5e6131

Please sign in to comment.