mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 11:47:22 +02:00
Compare commits
7 Commits
5538db453d
...
06461be02b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
06461be02b | ||
|
|
84c6914a9b | ||
|
|
5f760225cf | ||
|
|
f963896e65 | ||
|
|
b9ad512a45 | ||
|
|
8431b56bed | ||
|
|
aab07392b6 |
@ -1,2 +1,2 @@
|
||||
*.agdai
|
||||
MAlonzo/**
|
||||
**/MAlonzo/**
|
||||
|
||||
@ -1,30 +1,73 @@
|
||||
/vendor/
|
||||
node_modules/
|
||||
# Dependency directories
|
||||
/vendor
|
||||
/node_modules
|
||||
/.fleet
|
||||
/.idea
|
||||
/.nova
|
||||
/.vscode
|
||||
/.zed
|
||||
|
||||
# Build and public directories
|
||||
/public/build
|
||||
/public/hot
|
||||
/public/storage
|
||||
|
||||
# Storage files
|
||||
/storage/*.key
|
||||
/storage/pail
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
.env.backup
|
||||
.env.production
|
||||
.env.local
|
||||
.env.staging
|
||||
.env.testing
|
||||
|
||||
# Cache, logs, and debugging files
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
/auth.json
|
||||
/phpactor.json
|
||||
.phpunit.result.cache
|
||||
/.phpunit.cache
|
||||
error_log
|
||||
storage/debugbar
|
||||
|
||||
# Laravel 4 specific
|
||||
bootstrap/compiled.php
|
||||
app/storage/
|
||||
|
||||
# Laravel 5 & Lumen specific
|
||||
public/storage
|
||||
public/hot
|
||||
|
||||
# Laravel 5 & Lumen specific with changed public path
|
||||
public_html/storage
|
||||
public_html/hot
|
||||
|
||||
storage/*.key
|
||||
.env
|
||||
# Homestead & Vagrant
|
||||
Homestead.yaml
|
||||
Homestead.json
|
||||
/.vagrant
|
||||
.phpunit.result.cache
|
||||
|
||||
/public/build
|
||||
/storage/pail
|
||||
.env.backup
|
||||
.env.production
|
||||
.phpactor.json
|
||||
auth.json
|
||||
# IDE & Editor specific
|
||||
/.phpstorm.meta.php
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
*.code-workspace
|
||||
|
||||
# Composer files
|
||||
composer.phar
|
||||
/composer.lock
|
||||
|
||||
# Miscellaneous
|
||||
/coverage/
|
||||
.php_cs.cache
|
||||
.php_cs
|
||||
/phpunit.xml
|
||||
.php-version
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
*.log
|
||||
*.key
|
||||
*.tmp
|
||||
*.swp
|
||||
*.bak
|
||||
*.orig
|
||||
*.save
|
||||
|
||||
# Deployment files
|
||||
deployment/
|
||||
deploy/
|
||||
build/
|
||||
|
||||
2
Lean.gitignore
Normal file
2
Lean.gitignore
Normal file
@ -0,0 +1,2 @@
|
||||
# cache and other artifacts produced by Lean's Lake build tool
|
||||
.lake/
|
||||
Loading…
Reference in New Issue
Block a user