-
Notifications
You must be signed in to change notification settings - Fork 24
/
.dockerignore
88 lines (69 loc) · 1.88 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
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
80
81
82
83
84
85
86
87
88
# flyctl launch added from .gitignore
**/.env*
**/package-lock.json
**/.flaskenv
**/.DS_Store
**/node_modules
**/__pycache__
**/output-*
**/test.log
**/.firebaserc
**/emulator/2022-11-20T*
**/.idea/*
**/.vscode/*
**/venv
**/scripts/Nonprofit Tracking - Nonprofits.csv
**/scripts/nonprofits_round_3_from_pdf.csv
**/scripts/slagenciesfy1819.pdf
**/scripts/generated_image.png
**/test/data/*.xlsx
# flyctl launch added from emulator/.gitignore
# Logs
emulator/**/logs
emulator/**/*.log
emulator/**/npm-debug.log*
emulator/**/yarn-debug.log*
emulator/**/yarn-error.log*
emulator/**/firebase-debug.log*
emulator/**/firebase-debug.*.log*
# Firebase cache
emulator/**/.firebase
# Firebase config
# Uncomment this if you'd like others to create their own Firebase project.
# For a team working on the same Firebase project(s), it is recommended to leave
# it commented so all members can deploy to the same project(s) in .firebaserc.
# .firebaserc
# Runtime data
emulator/**/pids
emulator/**/*.pid
emulator/**/*.seed
emulator/**/*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
emulator/**/lib-cov
# Coverage directory used by tools like istanbul
emulator/**/coverage
# nyc test coverage
emulator/**/.nyc_output
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
emulator/**/.grunt
# Bower dependency directory (https://bower.io/)
emulator/**/bower_components
# node-waf configuration
emulator/**/.lock-wscript
# Compiled binary addons (http://nodejs.org/api/addons.html)
emulator/**/build/Release
# Dependency directories
emulator/**/node_modules
# Optional npm cache directory
emulator/**/.npm
# Optional eslint cache
emulator/**/.eslintcache
# Optional REPL history
emulator/**/.node_repl_history
# Output of 'npm pack'
emulator/**/*.tgz
# Yarn Integrity file
emulator/**/.yarn-integrity
# dotenv environment variables file
emulator/**/.env
fly.toml