A third party ATProto appview
1# Dependencies
2node_modules/
3package-lock.json
4
5# Build outputs
6dist/
7build/
8*.min.js
9
10# Config files
11*.config.js
12
13# Documentation
14*.md
15
16# Docker
17Dockerfile*
18docker-compose*.yml
19
20# Python
21*.py
22__pycache__/
23
24# Shell scripts
25*.sh
26
27# Git
28.git/
29.github/
30
31# Environment
32.env*