-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
79 lines (56 loc) · 1.34 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
# Dependency directories
node_modules/
# Optional: npm debugging logs
npm-debug.log
# Optional: yarn lock file
yarn.lock
# Optional: production environment
.env
# Optional: IDE or editor specific files
.vscode/
.idea/
# OS-specific files
.DS_Store
Thumbs.db
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Optional: Coverage directory used by tools like istanbul
coverage/
# Optional: nyc test coverage
.nyc_output/
# Optional: Compiled binary addons (if any)
build/Release/
# Optional: Output of 'npm pack'
*.tgz
# Optional: Type declarations generated by tsc
*.d.ts
# Optional: Directory for compiled output (if using TypeScript)
dist/
# Optional: Parcel build cache and logs
.cache/
.parcel-cache/
# Optional: Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt/
# Optional: Bower dependency directory (https://bower.io/)
bower_components/
# Optional: Jekyll build directory (if using Jekyll)
_site/
# Optional: Hugo build directory (if using Hugo)
public/
# Optional: Nest build directory (if using Nest framework)
dist/
# Optional: Next.js build directory (if using Next.js)
.next/
# Optional: Nuxt.js build directory (if using Nuxt.js)
.nuxt/
# Optional: Storybook build directory (if using Storybook)
storybook-static/
build
# aspnetcore
.vs/
appsettings.Development.json
appsettings.json