Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
Use this to avoid commits of unintended/developer specific files that are not required for replication.

 Note: This is not my submission for the application objective.
  • Loading branch information
t3pfaffe authored Apr 22, 2020
1 parent 7dc263d commit db087bc
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
#IntelliJ
*iml
.idea_modules/
.idea
out/


#Build Files
.attach_pid*


#Scala
*.class
*.log
.idea/

#Maven
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties

0 comments on commit db087bc

Please sign in to comment.