-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
65 lines (49 loc) · 891 Bytes
/
.gitignore
File metadata and controls
65 lines (49 loc) · 891 Bytes
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
# GENERAL #
###########
# Ignore everything in root
/*
# Allow specified directories and their subdirectories
!/.github/
!/Menu/
!/Tool/
!/ScriptResources/
!/Utility/
!/Modules/
# Ignore everything within allowed directories
/.github/*
/Menu/*
/Menu/- Lost Scripts/*
/Tool/*
/ScriptResources/*
/Utility/*
/Modules/*
# Unignore specific files after unignoring their directories
!.gitattributes
!.gitignore
!LICENSE.md
!README.md
#!/.github/docs/
#!/.github/README.md
!/docs
!/Menu/ls_separator.lua
!/Menu/- Lost Scripts/
!/Menu/- Lost Scripts/ls_webpage.lua
!/ScriptResources/ls/
!/Tool/_tool_list_ls.txt
!/Utility/ls_utilities.lua
!/Modules/ls_modules.lua
# Ignore folders starting with...
#/ls_*/
# Ignore files starting with...
#ls_*
# Ignore all starting with...
#ls_
# PATHS #
#########
# FOLDERS #
###########
#Modules/
# FILE TYPES #
##############
# FILES #
#########