This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
/
.gitignore
92 lines (80 loc) · 2.25 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# Node modules.
node_modules/
# Folder created by NuGet.
**/App_Data/NuGetBackup/
# Visual Studio packages.
**/packages/*/
# Visual Studio build artifacts.
bin/
obj/
# Grunt build artifacts.
src/formulate.app/App_Plugins/formulate/formulate.js
src/formulate.app/App_Plugins/formulate/formulate.css
src/formulate.app/App_Plugins/formulate/responsive.bootstrap.angular.js
src/formulate.app/App_Plugins/formulate/responsive.bootstrap.angular.min.js
src/formulate.app/App_Plugins/formulate/responsive.plain-javascript.js
src/formulate.app/App_Plugins/formulate/responsive.plain-javascript.min.js
src/FormulateTemp/
dist/
frontendDocs/
# Visual Studio solution user options.
*.suo
# Visual Studio project user options.
*.csproj.user
# Visual Studio configuration.
.vs/
# WebStorm.
.idea
# Temporary test folders.
#TODO: Review this.
#/source/
#/dest/
# Sample website files/folders.
**/Website/bin/
**/Website/obj/
**/Website/Umbraco/
#TODO: Review these.
#**/Website/Media/
#**/Website/App_Plugins/
#**/Website/Views/*
**/Website/Views/Partials/Grid/*
#TODO: Review these.
**/Website/Media/
#**/Website/App_Data/Umbraco.sdf
#**/Website/App_Data/cache/
**/Website/App_Data/Formulate/
**/Website/App_Data/TEMP/TypesCache/
**/Website/App_Data/packages/
**/Website/App_Data/TEMP/ClientDependency/
**/Website/App_Data/TEMP/DistCache/
**/Website/App_Data/TEMP/ExamineIndexes/
**/Website/App_Data/TEMP/NuCache/
**/Website/App_Data/Logs/
**/Website/App_Data/Umbraco.sdf
**/Website/App_Data/cache/
**/Website/App_Data/Models/
**/Website/App_Plugins/formulate/*.js
**/Website/App_Plugins/formulate/*.css
**/Website/App_Plugins/formulate/*.manifest
**/Website/App_Plugins/formulate/backoffice/formulate/
**/Website/App_Plugins/formulate/dashboards/
**/Website/App_Plugins/formulate/dialogs/
**/Website/App_Plugins/formulate/fonts/icomoon/
**/Website/App_Plugins/formulate/Lang/
**/Website/App_Plugins/formulate/editors/
**/Website/App_Plugins/formulate/menu-actions/
**/Website/App_Plugins/OsmMaps/
**/Website/App_Plugins/StarterKit/
**/Website/css/
**/Website/scripts/
**/Website/Views/
#TODO: Review these.
# Generated config files.
#web.config
#applications.config
#ClientDependency.config
#Dashboard.config
#trees.config
# Allow some views.
!**/Website/Views/Partials/
!**/Website/Views/Partials/Formulate/