-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
26 lines (15 loc) · 1022 Bytes
/
.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
# Reference : https://git-scm.com/docs/gitignore
# A gitignore file specifies intentionally untracked files that Git should ignore. Files already tracked by Git are not affected.
# Each line in a gitignore file specifies a pattern.
# A line starting with # serves as a comment. Put a backslash ("\#") in front of the first hash for patterns that begin with a hash.
# Trailing spaces are ignored unless they are quoted with backslash ("\ ")
# An optional prefix "!" which negates the pattern
# If the pattern ends with a slash, it will find match with directory but NOT match a regular file.
# "*" matches anything except "/"
# "?" matches any one character except "/"
# "[]" matches one character in a selected range
# A leading slash matches the beginning of the pathname.
# A leading "**" followed by a slash means match in all directories
# A trailing "/**" matches everything inside
# A slash followed by two consecutive asterisks then a slash matches zero or more directories
ngproj/reference_screenshots/