mirror of
https://github.com/logos-messaging/OpChan.git
synced 2026-01-04 05:43:10 +00:00
70 lines
698 B
Plaintext
70 lines
698 B
Plaintext
# Source files
|
|
src/
|
|
tsconfig.json
|
|
|
|
# Development files
|
|
*.test.ts
|
|
*.test.js
|
|
*.spec.ts
|
|
*.spec.js
|
|
__tests__/
|
|
test/
|
|
|
|
# Build artifacts (keep dist/)
|
|
*.tsbuildinfo
|
|
|
|
# Development dependencies
|
|
node_modules/
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Git
|
|
.git/
|
|
.gitignore
|
|
|
|
# Documentation (keep README.md)
|
|
docs/
|
|
*.md
|
|
!README.md
|
|
|
|
# CI/CD
|
|
.github/
|
|
.gitlab-ci.yml
|
|
.travis.yml
|
|
.circleci/
|
|
|
|
# Linting
|
|
.eslintrc*
|
|
.prettierrc*
|
|
.eslintignore
|
|
.prettierignore
|
|
|
|
# Coverage
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|