Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
71 lines (63 sloc)
854 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Sublime Text # | |
*.sublime-* | |
releases/ | |
# Compiled source # | |
################### | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*.o | |
*.so | |
*/bin/* | |
*/obj/* | |
bin/* | |
obj/* | |
# Packages # | |
############ | |
# it's better to unpack these files and commit the raw source | |
# git has its own built in compression methods | |
*.7z | |
*.dmg | |
*.gz | |
*.iso | |
*.jar | |
*.rar | |
*.tar | |
*.zip | |
# Logs and databases # | |
###################### | |
*.log | |
*.sql | |
*.sqlite | |
# OS generated files # | |
###################### | |
.DS_Store | |
ehthumbs.db | |
Icon? | |
Thumbs.db | |
# Visual Studio # | |
################################## | |
*.userprefs | |
*.suo | |
*.sdf | |
*.opensdf | |
*.cache | |
*.pdb | |
*.csproj.user | |
*/_ReSharper*/* | |
*.user | |
.vs/* | |
#Template Bat file# | |
################### | |
postbuild.bat | |
/TestResults | |
# JetBrains Crap # | |
################## | |
*.dotCover | |
_ReSharper.* | |
# GTFO NuGet stuff # | |
#################### | |
packages/* | |
# Private key files # | |
scripts/ssh_private_key |