ar_redadeg/.gitignore

55 lines
644 B
Plaintext
Raw Normal View History

2019-01-12 12:48:19 +00:00
# specfic
2021-03-07 10:36:39 +00:00
*.qgs~
2021-03-07 10:37:32 +00:00
*.log
*.ffs
2021-03-07 10:38:31 +00:00
*(backup).fmw
2021-03-07 10:36:39 +00:00
2021-03-10 00:05:03 +00:00
data/2020_/
2021-03-22 11:02:24 +00:00
data/2021/phase_1_*.geojson
data/2022/phase_1_*.geojson
2021-03-07 10:39:11 +00:00
pg_backup/
2021-03-07 10:36:39 +00:00
scripts/test.bash
scripts/temp.sql
2021-03-07 10:42:56 +00:00
scripts/notes.txt
2021-03-07 10:36:39 +00:00
# +++++++++++++++++++++++++++++++++++++++++++++++++++
2019-01-12 12:48:19 +00:00
# General
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
2021-03-07 10:42:56 +00:00