mirror of
https://github.com/github/gitignore
synced 2024-11-22 11:44:21 +01:00
Create Umbraco.gitignore
This commit is contained in:
parent
5979282c55
commit
a2f11b61c3
51
Umbraco.gitignore
Normal file
51
Umbraco.gitignore
Normal file
@ -0,0 +1,51 @@
|
|||||||
|
# Ignore Visual Studio and system files
|
||||||
|
*.diff
|
||||||
|
*.err
|
||||||
|
*.orig
|
||||||
|
*.obj
|
||||||
|
*.pdb
|
||||||
|
*.user
|
||||||
|
*.aps
|
||||||
|
*.pch
|
||||||
|
*.vspscc
|
||||||
|
*.vssscc
|
||||||
|
*_i.c
|
||||||
|
*_p.c
|
||||||
|
*.ncb
|
||||||
|
*.suo
|
||||||
|
*.tlb
|
||||||
|
*.tlh
|
||||||
|
*.bak
|
||||||
|
*.cache
|
||||||
|
*.ilk
|
||||||
|
*.log
|
||||||
|
*.lib
|
||||||
|
*.sbr
|
||||||
|
*.scc
|
||||||
|
*.resharper
|
||||||
|
*.rej
|
||||||
|
*.swo
|
||||||
|
*.swp
|
||||||
|
*.DS_Store
|
||||||
|
*.[Pp]ublish.xml
|
||||||
|
|
||||||
|
# Ignore Visual Studio and plugin folders
|
||||||
|
[Bb]in
|
||||||
|
[Dd]ebug
|
||||||
|
[Oo]bj/
|
||||||
|
[Rr]elease
|
||||||
|
[Pp]review
|
||||||
|
[Tt]humbs.db
|
||||||
|
[Tt]est[Rr]esult*
|
||||||
|
[Bb]uild[Ll]og.*
|
||||||
|
_ReSharper
|
||||||
|
|
||||||
|
# Ignore Umbraco folders (Generated folders created by Umbraco)
|
||||||
|
ClientDependency/
|
||||||
|
TEMP/
|
||||||
|
Logs/
|
||||||
|
Cached/
|
||||||
|
ExamineIndexes/
|
||||||
|
|
||||||
|
# Ignore Umbraco content cache file
|
||||||
|
umbraco.config
|
Loading…
Reference in New Issue
Block a user