Highly ambitious ATProtocol AppView service and sdks
1# Environment files
2*.env*
3!.env.example
4
5# Build artifacts
6**/dist/
7**/.vite/
8**/build/
9**/out/
10
11# Dependencies
12**/node_modules/
13
14# Database files
15**/*.db
16**/*.db-shm
17**/*.db-wal
18
19# Git
20.git/
21.gitignore
22
23# IDE
24.vscode/
25.idea/
26*.swp
27*.swo
28*~
29
30# OS
31.DS_Store
32Thumbs.db
33
34# Logs
35*.log
36npm-debug.log*
37yarn-debug.log*
38yarn-error.log*
39
40# Testing
41**/coverage/
42**/.nyc_output/
43
44# Temporary files
45**/.tmp/
46**/tmp/
47
48# Docker
49Dockerfile*
50docker-compose*
51.dockerignore