initial commit

This commit is contained in:
Aodhan
2025-07-12 23:10:19 +01:00
commit 95ec96e0e7
27 changed files with 9073 additions and 0 deletions

63
.gitignore vendored Normal file
View File

@@ -0,0 +1,63 @@
# Node.js
node_modules/
npm-debug.log
yarn-debug.log
yarn-error.log
package-lock.json
yarn.lock
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
db.conf
# Docker
.dockerignore
.docker/
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Database
*.sql
*.dump
*.sqlite
*.db
# Build directories
dist/
build/
coverage/
# Temporary files
.tmp/
.temp/
.cache/
tmp/
# OS files
.DS_Store
Thumbs.db
.directory
Desktop.ini
# Editor directories and files
.idea/
.vscode/
*.swp
*.swo
*~
.project
.settings/
.classpath
.factorypath
# Specific to this project
# Add any project-specific files to ignore here