-
Notifications
You must be signed in to change notification settings - Fork 64
/
.gitignore
90 lines (78 loc) · 1.26 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
##################
# UNWANTED FILES #
##################
._*
*.gz
*.md
*.7z
*.mov
*.mp4
*.mp3
*.txt
*.dmg
*.iso
*.jar
*.rar
*.tar
*.zip
*.log
*.env
*.bat
*.lnk
cg20.*
*.rest
env.json
thumbs.db
Thumbs.db
*env.json
.gitignore
desktop.ini
*config*.json
static/*.json
## Temp files or drafts
zzz*.*
ORG*.*
## But do these
!CONTRIBUTING.md
############################
# UNWANTED GENERAL FOLDERS #
############################
viz/
bin/
notes/
notes2/
Distro/
DEV_*/**
DEF_*/**
.Trashes
.vscode/
ZIP_TEMP/
DATAROOT*
.DS_Store
pkg-builds/
zip_builds/
kubernetes/
node_modules/
.VSCodeCounter/
.Spotlight-V100
static/templateviewer/
CONTENT_REPOSITORIES*/**
# IGNORE SPX DATAROOT
# ...but allow specific files and folders for GitHub
DATAROOT/
!DATAROOT/MyFirstProject/
# IGNORE SPX ASSETS
# ...but allow specific files and folders for GitHub
ASSETS/**
!ASSETS/csv/csv-folder.md
!ASSETS/excel/ticker-demo/basic-news-ticker.xlsx
# Add templates with:
# git add ASSETS/templates/softpix/Template_Pack_1.3.2/** -f
# ...allow some PLUGIN files for GitHub
!ASSETS/plugins/lib
!ASSETS/plugins/spxLinks
!ASSETS/plugins/panicButton
!ASSETS/plugins/animateAllOut
# ..and include some PLUGIN files for GitHub
!ASSETS/ExtraFunctions/modules
!ASSETS/ExtraFunctions/spx_internal_demo_functions.js