initial commit

This commit is contained in:
wes
2025-05-29 11:07:25 -04:00
parent 0e97054273
commit aa6719663a
10 changed files with 7694 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
# .gitignore
# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build output
public/
# Script generated/temporary files
content/ # If the script creates it and doesn't always clean it up
.last_build_content_timestamp
cron_quartz_update.log
update_quartz_docker.log # Or whatever your script log file is named
compose_down_output.tmp # If you kept temporary files for compose output
compose_up_output.tmp # If you kept temporary files for compose output
# OS generated files
.DS_Store
Thumbs.db
# Editor/IDE specific
.vscode/
.idea/