We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5979282 commit a2f11b6Copy full SHA for a2f11b6
Umbraco.gitignore
@@ -0,0 +1,51 @@
1
+# Ignore Visual Studio and system files
2
+*.diff
3
+*.err
4
+*.orig
5
+*.obj
6
+*.pdb
7
+*.user
8
+*.aps
9
+*.pch
10
+*.vspscc
11
+*.vssscc
12
+*_i.c
13
+*_p.c
14
+*.ncb
15
+*.suo
16
+*.tlb
17
+*.tlh
18
+*.bak
19
+*.cache
20
+*.ilk
21
+*.log
22
+*.lib
23
+*.sbr
24
+*.scc
25
+*.resharper
26
+*.rej
27
+*.swo
28
+*.swp
29
+*.DS_Store
30
+*.[Pp]ublish.xml
31
+
32
+# Ignore Visual Studio and plugin folders
33
+[Bb]in
34
+[Dd]ebug
35
+[Oo]bj/
36
+[Rr]elease
37
+[Pp]review
38
+[Tt]humbs.db
39
+[Tt]est[Rr]esult*
40
+[Bb]uild[Ll]og.*
41
+_ReSharper
42
43
+# Ignore Umbraco folders (Generated folders created by Umbraco)
44
+ClientDependency/
45
+TEMP/
46
+Logs/
47
+Cached/
48
+ExamineIndexes/
49
50
+# Ignore Umbraco content cache file
51
+umbraco.config
0 commit comments