-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
38 lines (34 loc) · 787 Bytes
/
Copy path.gitignore
File metadata and controls
38 lines (34 loc) · 787 Bytes
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
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################
# To ignore any directory named DirectoryB within a
# directory named DirectoryA with any number of
# directories in between, use ** between the directories
# Ignoring directories
# Both the directory itself and its contents will be ignored.
packages/
obj/
bin/
Debug/
Release/
.vs/
.svn/
# To ignore files only at the top level directory, but not in its
# subdirectories, prefix the rule with a `/`
/*.bat
/*.sh
/*.ps1
/*.txt
/*.db
/*.py
/*.bak
/*.ndproj
/*.jpg
/*.csv
/*.xml
*.cs.bak
*.bak
*.clef
*.sarif
*.upgrade-assistant
*.backup