A third party ATProto appview
1# Node modules (will be installed fresh)
2node_modules/
3npm-debug.log
4
5# Git
6.git/
7.gitignore
8
9# Build artifacts
10dist/
11build/
12
13# Development files
14.env
15.env.local
16.env.*.local
17
18# IDE and editor files
19.vscode/
20.idea/
21*.swp
22*.swo
23*~
24
25# Logs
26logs/
27*.log
28
29# Test files
30coverage/
31.nyc_output/
32
33# Documentation
34*.md
35!README.md
36
37# Docker files
38Dockerfile*
39docker-compose*.yml
40.dockerignore
41
42# CI/CD
43.github/
44.gitlab-ci.yml
45
46# Temporary files
47tmp/
48temp/
49.cache/
50
51# OS files
52.DS_Store
53Thumbs.db