mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-06-13 12:52:41 +01:00
27 lines
326 B
Plaintext
27 lines
326 B
Plaintext
# Ignore build outputs
|
|
node_modules/
|
|
vendor/
|
|
storage/
|
|
bootstrap/cache/
|
|
public/build/
|
|
public/hot/
|
|
|
|
# Ignore lock files
|
|
package-lock.json
|
|
composer.lock
|
|
|
|
# Ignore generated files
|
|
*.min.js
|
|
*.min.css
|
|
|
|
# Ignore test results
|
|
test-results/
|
|
playwright-report/
|
|
|
|
# Ignore IDE files
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Ignore OS files
|
|
.DS_Store
|
|
Thumbs.db |