51 lines
706 B
Plaintext
Executable File
51 lines
706 B
Plaintext
Executable File
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
vendor
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# misc
|
|
/storage/tntsearch/*.index
|
|
/storage/framework/maintenance.php
|
|
.htaccess
|
|
public/.htaccess
|
|
public/favicon
|
|
public/favicon.ico
|
|
install_files
|
|
/public/hot
|
|
/storage/*.key
|
|
Homestead.json
|
|
Homestead.yaml
|
|
.env
|
|
data.ms
|
|
/test-results/
|
|
/playwright-report/
|
|
/playwright/.cache/
|
|
storageState.json
|
|
# translation files (include default "en"), will be created during installation
|
|
resources/lang/*.json
|
|
|
|
# Sentry Auth Token
|
|
.env.sentry-build-plugin
|