EC-21: FEAT: Added gitea packages as well

Refers: Evercatch/Evercatch-board#21
This commit is contained in:
2026-02-20 10:01:18 +00:00
parent 85e9aa9b06
commit c80250e4c2
4 changed files with 37 additions and 2 deletions

22
.npmignore Normal file
View File

@@ -0,0 +1,22 @@
# .npmignore
# Ignore Gitea/Git configurations
.gitea/
.git/
.gitignore
# Ignore Environment/Config files
.env
.env.example
# Ignore Maintenance & Repo Management files
# (Users installing the package usually don't need these)
CODEOWNERS
CONTRIBUTING.md
SECURITY.md
# Ignore Logs
npm-debug.log
*.log
# Note: NEVER ignore package.json, README.md, LICENSE, or your actual code (index.js)