-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
56 lines (44 loc) · 1.98 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
# SPDX-License-Identifier: CC-BY-4.0
# Copyright © 2020 HolySpicoli (https://github.com/HolySpicoli/).
# Licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/).
# See LICENSE.md (https://github.com/HolySpicoli/WikimediaCommonsFile-Saskatchewan_COVID-19_Infection_Rates.svg/blob/master/LICENSE.md).
# .gitignore Documentation:
# https://git-scm.com/docs/gitignore
# Common patterns:
# Hash = everything that follows is a comment.
# Leading slash = matches the directory containing the .gitignore file.
# No leading slash = matches anywhere in the repository, from the directory containing the .gitignore file and deeper.
# Trailing slash = matches a directory itself, but not a file.
# No trailing slash = matches a directory or a file.
# * = matches 0 or more characters (except /).
# ? = matches 1 character (except /).
# ** = matches everything.
# /** = matches all files and directories within.
# **/ = matches all directories.
# /**/ = matches 0 or more directories.
# [] = defines a class of characters, of which any single one will match.
# ! = negates a PREVIOUS match only (i.e. subsequent matches negate the negation).
# \ = escapes a pattern character.
# Ignore the QGIS XML output files, as we will apply canonicalization (C14N) to them, for better version control.
/Build/Saskatchewan_COVID-19_Infection_Rates.qgis.svg
/Resources/Infection_Rate_Fill_Style.xml
# QGIS project backup files.
**/*.qgs~
# Subversion files.
**/.svn/
# Windows thumbnail cache files.
**/Thumbs.db
# Windows folder config files.
**/[Dd]esktop.ini
# Windows volume root files.
/$RECYCLE.BIN/
/System Volume Information/
# macOS resource forks from compressed files.
**/__MACOSX/
# macOS folder config files.
**/.DS_Store
# macOS volume root files.
/.fseventsd
/.Spotlight-V100
/.Trashes
/.VolumeIcon.icns