-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (42 loc) · 887 Bytes
/
.gitignore
File metadata and controls
58 lines (42 loc) · 887 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Folder view configuration files
.DS_Store
Desktop.ini
# Visual Studio Code User Settings
.vscode/settings.json
*.code-workspace
# eclipse
.project
.settings
# Files that might appear on external disks
.Spotlight-V100
.Trashes
# Jetbrains
/.idea
# Coverage directory used by tools like istanbul
coverage
# Dependency directories
node_modules/
# Node logs produced by profiling
logs
*.log
# Lock file for badge-maker
badge-maker/package-lock.json
# Temporary build artifacts.
frontend/categories/*.yaml
# Local runtime configuration.
/config/local*.yml
# Template for the local runtime configuration.
!/config/local*.template.yml
# Cypress
/cypress/videos/
/cypress/screenshots/
# Rendered API docs
/api-docs/
# Flamebearer
flamegraph.html
# config file for node-pg-migrate
migrations-config.json
# Frontend/Docusaurus
frontend/.docusaurus
frontend/.cache-loader
/public