-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
81 lines (61 loc) · 1.42 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# build artifacts
out/
# clangd
.cache/
compile_commands.json
*.idx
# vscode
.vscode
.modules
# intellij
.idea/
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
# Visual Studio 2015/2017 cache/options directory
.vs/
# Chutzpah Test files
_Chutzpah*
# Including strong name files can present a security risk
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
#*.snk
# Since there are multiple workflows, uncomment next line to ignore bower_components
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
#bower_components/
# RIA/Silverlight projects
Generated_Code/
# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm
ServiceFabricBackup/
*.rptproj.bak
# Microsoft Fakes
FakesAssemblies/
# GhostDoc plugin setting file
*.GhostDoc.xml
# Node.js Tools for Visual Studio
.ntvs_analysis.dat
node_modules/
# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc
# Local History for Visual Studio
.localhistory/
# os stuff
.DS_Store
Thumbs.db
.sync/
# But do include the artifacts needed for building :)
!/build/bin/
.vscode/tasks.json
# Tests produced by GTest (and it's conversions)
tests/
## Exclude stuff generated by Rust in rsbase project
rsbase/debug/
rsbase/target/
rsbase/Cargo.lock
rsbase/**/*.rs.bk
.vscode/tasks.json