Skip to content

Commit

Permalink
updated gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
SingingBush committed Sep 17, 2016
1 parent 4eb2c80 commit 86334fb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .gitignore
Expand Up @@ -23,3 +23,22 @@ code.visualdproj
HibernatedTest/*
main.d
Unittest/*

# Ignore generated files
lib/
__test__library__
*.sqlite
*.db
dub.selections.json
.dub/


# Ignore code coverage:
*.lst
.*.lst

# Ignore Intellij IDEA folder:
.idea

# Ignore Sublime Text workspace (project file is ok):
*.sublime-workspace

0 comments on commit 86334fb

Please sign in to comment.