Skip to content

Commit

Permalink
add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
farbod-s committed Oct 28, 2019
1 parent d097f03 commit b0b82d5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions my-gradle-plugin/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.idea/*
!.idea/codeStyles

.DS_Store

build/
out/
*.iml
.gradle
local.properties

*.log

0 comments on commit b0b82d5

Please sign in to comment.