Skip to content

Commit

Permalink
Update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
quasarchimaere committed Oct 14, 2019
1 parent 039ad29 commit cb1322c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Compiled class file
*.class

# Log file
*.log

Expand All @@ -26,4 +23,8 @@

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
bot-keys.jks
owner-trusted-certs.jks
/target/
/.idea/
*.iml
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>at.researchstudio.sat</groupId>
<artifactId>won-bot</artifactId>
<version>0.6</version>
<version>0.6-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down

0 comments on commit cb1322c

Please sign in to comment.