-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy path.gitignore
More file actions
62 lines (52 loc) · 856 Bytes
/
.gitignore
File metadata and controls
62 lines (52 loc) · 856 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
59
60
61
62
# General
.DS_Store
Thumbs.db
# IDEs and editors
.idea/
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
.serena
# Visual Studio Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*
# Node
node_modules
npm-debug.log
# Build directories
dist
build
target
.angular/cache
.flatpak
.flatpak-repo
.flatpak-builder
# Testing
coverage
junit.xml
## The "base" root level folder is expected for some local tests that do
## comparisons between the current branch and a base branch (usually main)
base/
# Misc
*.crx
*.pem
*.zip
*.provisionprofile
# Storybook
documentation.json
.eslintcache
storybook-static
# Local app configuration
apps/**/config/local.json
# Nx
.nx
# DevContainer generated files
.devcontainer/native-gui/docker-compose.override.yml
.devcontainer/common/.env