-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
44 lines (43 loc) · 1.07 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
### AL ###
#Template for AL projects for Dynamics 365 Business Central
#launch.json folder
.vscode/
#Cache folder
.alcache/
#Symbols folder
.alpackages/
#Snapshots folder
.snapshots/
#Testing Output folder
.output/
#Extension App-file
*.app
#Rapid Application Development File
rad.json
#Translation Base-file
*.g.xlf
#License-file
*.flf
#Test results file
TestResults.xml
#Local Working copy of DateExploreTF.ipynb
DateExploreT copy.ipynb
#Testing directory of Consistently formatted Excel files
Resources/UniformXLSXs
<<<<<<< HEAD
#"Sandbox" version of USD impact to handle years scraped inconsistently due to pdf formatting difference
USD_impact_data_ETL2.ipynb
=======
<<<<<<< HEAD
Corrected_Duration_Long_Fires.csv
=======
# Adding an intermediate file to ignore that is not needed in the local repo
Corrected_Duration_Long_Fires.csv
>>>>>>> 0e962dbf0328d1c1c896d7b94e5b935cd77c3fa9
#env file with mapbox token
.env
#files that are too big for repo
Filtered_California_Fire_Perimeters_2008_2022.geojson
gdf_perim_with_counties_updated.geojson
fires_perim_by_county_with_names.csv
>>>>>>> main