Browse Source

gitignore added

confirmation-email
Milad Karbasizadeh 11 years ago
commit
0980fe3d5c
1 changed files with 56 additions and 0 deletions
  1. +56
    -0
      .gitignore

+ 56
- 0
.gitignore View File

@ -0,0 +1,56 @@
#Junk Files
*.DS_Store
[Tt]humbs.db
#Visual Studio Files
[Oo]bj
[Bb]in
[Dd]ebug
[Bb]uild/
*.user
*.suo
*.exe
*.pdb
*.aps
*_i.c
*_p.c
*.ncb
*.tlb
*.tlh
*.[Cc]ache
*.bak
*.ncb
*.ilk
*.log
*.lib
*.sbr
*.sdf
ipch/
*.dbmdl
*.cache
*.swp
*.vspscc
*.vssscc
*.bak.*
*.bak
#Tools
_ReSharper.*
_ReSharper*/
*.resharper
*.resharper.user
[Nn][Dd]epend[Oo]ut*/
Ankh.NoLoad
# Include DLLs if they're in the NuGet packages directory
#!/packages/*/lib/*.dll
#!/packages/*/lib/*/*.dll
# Include DLLs if they're in lib folder.
#!/lib/*/*.dll
#!/lib/*/*.exe
#Other
.svn
app_data
elmah-log

Loading…
Cancel
Save