Add .gitignore for build artifacts and secrets
Ignore node_modules, npm tarballs, logs, and the .env secrets file used by docker compose.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
node_modules
|
||||
api/node_modules
|
||||
*.tgz
|
||||
*.log
|
||||
.env
|
||||
Reference in New Issue
Block a user