-
-
Notifications
You must be signed in to change notification settings - Fork 295
Expand file tree
/
Copy path.dockerignore
More file actions
58 lines (53 loc) · 839 Bytes
/
Copy path.dockerignore
File metadata and controls
58 lines (53 loc) · 839 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
node_modules
*/node_modules
**/node_modules
.cache
**/.cache
.pnpm-store
pnpm-store
dist
docker/postgresql
.git
.gitignore
.env
supabase/.temp/
.DS_Store
npm-debug.log
yarn-debug.log
yarn-error.log
.vscode
logs
*.log
dist-ssr
*.local
private/
supabase/config.toml
# Supabase Functions generated files
supabase/functions/**/*.d.ts
supabase/functions/**/*.full.ts
coverage/
Thumbs.db
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
Dockerfile
docker-compose.yml
README.md
WIP
# Mobile App Exclusions
SparkyFitnessMobile/node_modules
SparkyFitnessMobile/android/build
SparkyFitnessMobile/ios/build
SparkyFitnessMobile/web-build
SparkyFitnessMobile/.expo
# Ignore uploaded exercise files
SparkyFitnessServer/uploads/
SparkyFitnessServer/backup/
SparkyFitnessServer/temp_uploads/
# Docker Volume
docker/docker_volume/
# TypeScript
*.tsbuildinfo