2022-12-03 19:42:48 +00:00
|
|
|
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
|
|
|
|
# compiled output
|
2023-03-05 08:20:04 +00:00
|
|
|
# https://theapache64.github.io/git-do-not-ignore/
|
|
|
|
!dist/
|
|
|
|
dist/*
|
|
|
|
!dist/apps/
|
|
|
|
dist/apps/*
|
|
|
|
!dist/apps/cf-page
|
2023-03-05 18:05:14 +00:00
|
|
|
!dist/apps/node-vless
|
2023-03-05 08:20:04 +00:00
|
|
|
|
2022-12-03 19:42:48 +00:00
|
|
|
tmp
|
|
|
|
/out-tsc
|
|
|
|
|
|
|
|
# dependencies
|
|
|
|
node_modules
|
|
|
|
|
|
|
|
# IDEs and editors
|
|
|
|
/.idea
|
|
|
|
.project
|
|
|
|
.classpath
|
|
|
|
.c9/
|
|
|
|
*.launch
|
|
|
|
.settings/
|
|
|
|
*.sublime-workspace
|
|
|
|
|
|
|
|
# IDE - VSCode
|
|
|
|
.vscode/*
|
|
|
|
!.vscode/settings.json
|
|
|
|
!.vscode/tasks.json
|
|
|
|
!.vscode/launch.json
|
|
|
|
!.vscode/extensions.json
|
|
|
|
|
|
|
|
# misc
|
|
|
|
/.sass-cache
|
|
|
|
/connect.lock
|
|
|
|
/coverage
|
|
|
|
/libpeerconnection.log
|
|
|
|
npm-debug.log
|
|
|
|
yarn-error.log
|
|
|
|
testem.log
|
|
|
|
/typings
|
|
|
|
|
|
|
|
# System Files
|
|
|
|
.DS_Store
|
|
|
|
Thumbs.db
|
|
|
|
|
|
|
|
##
|
|
|
|
**/config-local.json
|
2022-12-05 16:00:20 +00:00
|
|
|
|
|
|
|
**/.env
|
2022-12-17 17:33:12 +00:00
|
|
|
|
|
|
|
**/.dev.vars
|
2023-02-02 04:24:56 +00:00
|
|
|
wrangler.toml
|
2023-03-05 08:20:04 +00:00
|
|
|
.npmrc
|