Compare commits
No commits in common. "f97ae8364c4c99be4c5651618b6d0f9868f9c562" and "9fb181d87067046ff7acb5d3e797efbe674d1cc5" have entirely different histories.
f97ae8364c
...
9fb181d870
|
@ -1,26 +0,0 @@
|
|||
# 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
|
Loading…
Reference in New Issue