26 lines
480 B
Plaintext
26 lines
480 B
Plaintext
|
# Ignore node_modules and other generated files in boxes-fe
|
||
|
boxes-fe/node_modules
|
||
|
boxes-fe/build
|
||
|
|
||
|
# Ignore Go module cache and other generated files in boxes-api
|
||
|
boxes-api/vendor
|
||
|
boxes-api/bin
|
||
|
|
||
|
# Ignore IDE and editor configuration files
|
||
|
.vscode
|
||
|
.idea
|
||
|
|
||
|
# Ignore Git and other version control system files
|
||
|
.git
|
||
|
.gitignore
|
||
|
|
||
|
# Ignore Docker's own files
|
||
|
.dockerignore
|
||
|
Dockerfile.build
|
||
|
Dockerfile.create
|
||
|
Dockerfile.update
|
||
|
|
||
|
# Ignore other miscellaneous files
|
||
|
README.md
|
||
|
LICENSE
|
||
|
test.bash
|