-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.dockerignore
48 lines (41 loc) · 1.25 KB
/
.dockerignore
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
# flyctl launch added from .gitignore
**/__pycache__
**/Artist
**/*.sqlite3
**/create_db.py
**/song-data
**/preview-data
# flyctl launch added from .pytest_cache/.gitignore
# Created by pytest automatically.
.pytest_cache/**/*
# flyctl launch added from rainfall-frontend/.gitignore
# Logs
rainfall-frontend/**/logs
rainfall-frontend/**/*.log
rainfall-frontend/**/npm-debug.log*
rainfall-frontend/**/yarn-debug.log*
rainfall-frontend/**/yarn-error.log*
rainfall-frontend/**/pnpm-debug.log*
rainfall-frontend/**/lerna-debug.log*
rainfall-frontend/**/node_modules
rainfall-frontend/**/.DS_Store
rainfall-frontend/**/dist
rainfall-frontend/**/dist-ssr
rainfall-frontend/**/coverage
rainfall-frontend/**/*.local
rainfall-frontend/cypress/videos
rainfall-frontend/cypress/screenshots
# Editor directories and files
rainfall-frontend/**/.vscode/*
!rainfall-frontend/**/.vscode/extensions.json
rainfall-frontend/**/.idea
rainfall-frontend/**/*.suo
rainfall-frontend/**/*.ntvs*
rainfall-frontend/**/*.njsproj
rainfall-frontend/**/*.sln
rainfall-frontend/**/*.sw?
# flyctl launch added from rainfall-frontend/node_modules/tailwindcss/stubs/.gitignore
!rainfall-frontend/node_modules/tailwindcss/stubs/**/*
fly.toml
# Ignore development .env file, ENV is set in fly SECRETS
.env