mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-26 20:30:10 +01:00
12 lines
290 B
Plaintext
12 lines
290 B
Plaintext
# Items that don't need to be in a Docker image.
|
|
# Anything not used by the build system should go here.
|
|
Dockerfile
|
|
.dockerignore
|
|
.gitignore
|
|
README.md
|
|
|
|
# Artifacts that will be built during image creation.
|
|
# This should contain all files created during `npm run build`.
|
|
#build
|
|
node_modules
|