-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
81 lines (71 loc) · 1.79 KB
/
.gitignore
File metadata and controls
81 lines (71 loc) · 1.79 KB
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
###############################################################################
# GENERAL IDE / EDITOR ARTIFACTS #
###############################################################################
# macOS & Windows noise
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
yarn-debug.log*
pnpm-debug.log*
# Rider / WebStorm / all JetBrains IDEs
.idea/
*.iml
riderModule.iml
_ReSharper.Caches/
.idea.modules.xml
*.iws
## Rider / ReSharper per-solution settings
*.sln.DotSettings
*.sln.DotSettings.user
*.DotSettings.user
# VS Code (if you ever open the repo there)
.vscode/
###############################################################################
# .NET / VISUAL STUDIO / RIDER BUILD OUTPUT #
###############################################################################
bin/
obj/
# NuGet packages folder (classic `packages/` layout)
packages/
# VS 2019+ solution-wide cache
.vs/
# MSBuild / VS user files
*.user
*.userosscache
*.suo
*.sln.docstates
# MSBuild generated files
*.pdb
*.dll
*.exe
*.cache
*.mdb
*.dbmdl
*.dbschema
*.bak
*.sql
# NuGet artefacts
*.nupkg
*.snupkg
*.nuspec
###############################################################################
# NODE / FRONT-END BUILD OUTPUT #
###############################################################################
node_modules/
dist/
build/
coverage/
*.tsbuildinfo
# Vite / React env files
.env
.env.*.local
.env.local
.env.development.local
.env.test.local
.env.production.local
###############################################################################
# PROJECT-SPECIFIC FILES #
###############################################################################
outputfiles.txt