Skip to content

Commit

Permalink
add idea .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
17Damon committed Dec 13, 2017
1 parent e2d43e5 commit d38a21b
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
/out
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# ide
.idea

# Mac General
.DS_Store
.AppleDouble
.LSOverride

# Out
/out

0 comments on commit d38a21b

Please sign in to comment.