forked from rhythmagency/formulate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
67 lines (55 loc) · 1.22 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
# 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/responsive.bootstrap.angular.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.
/source/
/dest/
# Sample website files/folders.
**/Website/bin/
**/Website/obj/
**/Website/umbraco/
**/Website/umbraco_client/
**/Website/App_Data/TEMP/
**/Website/App_Data/Logs/
**/Website/App_Data/packages/
**/Website/media/
**/Website/App_Plugins/
**/Website/Views/*
**/Website/Views/Partials/*
**/Website/scripts/
**/Website/js/
**/Website/css/
**/Website/App_Data/access.config
**/Website/App_Data/umbraco.config
**/Website/App_Data/Umbraco.sdf
**/Website/App_Data/cache/
**/Website/App_Data/Formulate/
# Generated config files.
web.config
applications.config
ClientDependency.config
Dashboard.config
trees.config
# Allow some views.
!**/Website/Views/Partials/
!**/Website/Views/Partials/Formulate/