Skip to content

Commit

Permalink
added gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
elias-lousseief committed Nov 3, 2020
1 parent 6795ade commit a2e6d7d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
HELP.md
.gradle
build/**
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**
!**/src/test/**
!build/libs
.DS_Store

### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
out/

0 comments on commit a2e6d7d

Please sign in to comment.