mirror of
https://github.com/Li4n0/revsuit.git
synced 2026-09-22 06:40:43 +08:00
31 lines
285 B
Plaintext
31 lines
285 B
Plaintext
.DS_Store
|
|
|
|
# local files
|
|
qqwry.dat
|
|
GeoLite2-City.mmdb
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
|
|
# local config
|
|
config.yaml*
|
|
|
|
# binary
|
|
/revsuit
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.vscode
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
## node
|
|
/package.json
|
|
package-lock.json
|
|
node_modules/
|
|
|
|
## frontend dist
|
|
dist/ |