first commit
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
# Dependencies (will be installed in container)
|
||||
node_modules/
|
||||
**/node_modules/
|
||||
|
||||
# Build outputs (will be built in container)
|
||||
dist/
|
||||
**/dist/
|
||||
!agent/dist/
|
||||
!agent/dist/incudal-agent-linux-amd64
|
||||
!agent/dist/incudal-agent-linux-amd64.gz
|
||||
!agent/dist/incudal-agent-linux-arm64
|
||||
!agent/dist/incudal-agent-linux-arm64.gz
|
||||
!agent/dist/manifest.json
|
||||
|
||||
# Git
|
||||
.git/
|
||||
.gitignore
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
.cursor/
|
||||
.kiro/
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env.*
|
||||
server/.env
|
||||
|
||||
# Certificates
|
||||
server/certs/*.key
|
||||
server/certs/*.crt
|
||||
server/certs/*.pem
|
||||
|
||||
# Docs
|
||||
docs/
|
||||
*.md
|
||||
!README.md
|
||||
|
||||
# Tests
|
||||
coverage/
|
||||
*.test.ts
|
||||
*.spec.ts
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
logs/
|
||||
|
||||
# Temporary
|
||||
tmp/
|
||||
temp/
|
||||
.cache/
|
||||
Reference in New Issue
Block a user