Skip to content

Commit 192f258

Browse files
committed
Signed-off-by: dustymc <[email protected]>
1 parent 10684f3 commit 192f258

File tree

2 files changed

+61
-54
lines changed

2 files changed

+61
-54
lines changed

.gitignore

+59-54
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,82 @@
1-
.project
1+
#files
2+
.project
23
*.gz
34
*.xml
45
.git
56
robots.txt
7+
8+
#folders
69
mediaUploads/
710
temp/
8-
/bnhmMaps/tabfiles/
11+
bnhmMaps/tabfiles/
912
cache/
1013
download/
1114
sandbox/
12-
uam_mamm
13-
uam_herp
14-
nbsb_bird
15-
uam_inv
16-
kwp_ento
17-
uamobs_mamm
18-
msb_fish
19-
wnmu_bird
20-
crcm_bird
21-
mvz_bird
22-
mvzobs_herp
23-
mvzobs_mamm
15+
16+
#portals
2417
all_all
25-
msbobs_mamm
26-
knwr_ento
27-
uam_ento_all
28-
uamobs_fish
29-
knwr_herb
30-
uamobs_ento
31-
uwymv_mamm
32-
dmns_bird
33-
mlz_mamm
34-
nmu_mamm
35-
umnh_all
36-
coa_mamm
18+
coa_all
3719
coa_bird
20+
coa_egg
3821
coa_ento
3922
coa_herp
40-
coa_egg
41-
coa_all
42-
dmns_inv
43-
nmu_all
44-
cumv_mamm
23+
coa_mamm
24+
crcm_bird
4525
cumv_all
26+
cumv_amph
27+
cumv_bird
28+
cumv_fish
29+
cumv_mamm
30+
cumv_rept
31+
dmns_bird
32+
dmns_egg
33+
dmns_inv
34+
dmns_mamm
4635
hwml_para
36+
knwr_ento
37+
knwr_herb
38+
kwp_ento
39+
mlz_bird
40+
mlz_mamm
41+
msb_bird
42+
msb_fish
43+
msb_herp
44+
msb_host
45+
msb_mamm
46+
msb_para
47+
msbobs_mamm
48+
mvz_all
49+
mvz_bird
4750
mvz_egg
51+
mvz_herp
52+
mvz_hild
53+
mvz_mamm
54+
mvzobs_bird
55+
mvzobs_herp
56+
mvzobs_mamm
57+
nbsb_bird
58+
nmu_all
59+
nmu_bird
60+
nmu_mamm
4861
uam_bird
4962
uam_ento
50-
uam_herb
63+
uam_ento_all
64+
uam_es
5165
uam_fish
52-
msb_herp
53-
mvz_hild
66+
uam_herb
67+
uam_herp
68+
uam_inv
69+
uam_mamm
5470
uamb_herb
55-
dmns_mamm
56-
msb_host
57-
uam_es
58-
mvz_all
59-
mvzobs_bird
60-
msb_bird
61-
wnmu_fish
62-
wnmu_mamm
63-
msb_para
64-
mvz_mamm
65-
mvz_herp
71+
uamobs_ento
72+
uamobs_fish
73+
uamobs_mamm
74+
umnh_all
75+
usnpc_para
6676
uwbm_herp
6777
uwymv_bird
68-
mlz_bird
6978
uwymv_herp
70-
usnpc_para
71-
dmns_egg
72-
nmu_bird
73-
cumv_bird
74-
cumv_fish
75-
cumv_amph
76-
cumv_rept
77-
msb_mamm
79+
uwymv_mamm
80+
wnmu_bird
81+
wnmu_fish
82+
wnmu_mamm

tools/makeGitIgnore.cfm

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<cfset allIgnore=listappend(allIgnore,colnFldrs)>
1313
<cfset allIgnore=listChangeDelims(allIgnore,chr(10))>
1414
<cfoutput>
15+
Copy/paste this into .gitignore
16+
<br>Make sure it's correct first
1517
<textarea rows="100" cols="100">#allIgnore#</textarea>
1618
</cfoutput>
1719

0 commit comments

Comments
 (0)