Files
Portfolio/.dockerignore
2023-02-24 20:37:52 +01:00

15 lines
205 B
Plaintext

# Ignore the node_modules directory
node_modules
# Ignore the dist directory
dist
# Ignore the .git directory
.git
# Ignore the .gitignore file
.gitignore
# Ignore the .dockerignore file
.dockerignore