Initial commit

This commit is contained in:
2025-02-02 14:10:51 -05:00
commit 9c74e724a8
28 changed files with 10554 additions and 0 deletions
+40
View File
@@ -0,0 +1,40 @@
# Dependencies
node_modules/
package-lock.json
# Environment variables
.env
.env.*
inventory.ini
# IDE
.vscode/
*.code-workspace
.idea/
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Generated files
response_*/
# Test Coverage
coverage/
.coverage/
.nyc_output/
*.lcov
coverage.json
clover.xml