generated from Accuraty/AccuTheme-2021
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
72 lines (62 loc) · 1.27 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
# SYSTEM
.DS_Store
Thumbs.db
# BUILD FILES
**/node_modules/
**/yarn-error.log
**/npm-debug.log
# reminder: needs to be checked in
# package-lock.json
# ASSETS
**/dist/
**/public/
**/*.map
**/*.css
**/*.bundle.js
# TEMP
.cache
.temp-cache
.sass-cache/
*.log
/logs/
/tmp/
package/.tmp/
real-favicon-generator.json
# Accuraty utility (convenience); ignore any files OR folders so they do NOT get in to Git/GitHub
**/*-gitignore.*
**/*-tmp.*
# ENVIRONMENT
.env
.env.*
# MISC FILES
*~
*.zip
*.err
.cache
.idea
.project
.settings
*.esproj
*.sublime*
*.tmproj
*.tmproject
nbproject
sh.exe.stackdump
sftp-config.json
.vscode/sftp.json
dnn/web.config
# .sln/.csproj VS Code IntelliSense detritus to ignore
.vs/
bin/
obj/
# 2sxc Content App Generated and app original cs files
**/Portals/**/2sxc/**/AppCode/**/*.cs
!**/Portals/**/2sxc/**/AppCode/**/*.Accuraty.cs
# [to be removed?, we don't do this anymore ] if AccuCode is setup as a separate project (.gitmodules, /App_Code), uncomment this
# app/App_Code/
# OHS utilities, https://github.com/Accuraty/AccuTheme-2021/issues/47
# VS Code hack? >>> See notes in .gitmodules file
.gitmodules
# allow back PersonaBar CSS Theme overrides https://github.com/Accuraty/AccuTheme-2021/issues/43
!**/_default/PersonaBarTheme.css
!**/_default/EditBarTheme.css