Skip to content

Commit

Permalink
fix .gitignore bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Gal Rogozinski committed Oct 23, 2018
1 parent 1bcddbc commit 0ce52c8
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
/target*
/.classpath
/.project
/.settings
/tomcat.*
/.idea
/bin
/mainnetdb
/mainnet.log
/*.iml
.classpath
.project
*.class
target/
mainnet.log/
mainnetdb/
bin/
*.iri
*.jar
src/main/ixi/
dependency-reduced-pom.xml


# Created by https://www.gitignore.io/api/osx,linux,windows
Expand Down

0 comments on commit 0ce52c8

Please sign in to comment.