Compare commits

...

7 Commits

Author SHA1 Message Date
Shishir Bhuiya
06461be02b
Merge aab07392b6 into 84c6914a9b 2026-04-04 07:24:25 +00:00
Devin Dooley
84c6914a9b
Merge pull request #4828 from quantum9Innovation/lean-gitignore
feat: create Lean.gitignore
2026-04-03 17:05:51 -07:00
Ananth Venkatesh
5f760225cf
fix: only match on .lake directory
Co-authored-by: Devin Dooley <dooleydevin@github.com>
2026-04-03 20:04:27 -04:00
Devin Dooley
f963896e65
Merge pull request #4818 from vicgeentor/patch-1
Update Agda.gitignore to exclude MAlonzo directories in any location
2026-04-03 14:15:11 -07:00
Ananth Venkatesh
b9ad512a45
feat: create Lean.gitignore 2026-03-28 21:42:41 -07:00
Vic
8431b56bed
include MAlonzo directories in any location 2026-03-18 14:07:30 +01:00
engrshishir
aab07392b6
Enhance .gitignore with additional entries for better coverage 2025-01-20 09:11:39 +06:00
3 changed files with 69 additions and 24 deletions

View File

@ -1,2 +1,2 @@
*.agdai *.agdai
MAlonzo/** **/MAlonzo/**

View File

@ -1,30 +1,73 @@
/vendor/ # Dependency directories
node_modules/ /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 npm-debug.log
yarn-error.log yarn-error.log
/auth.json
/phpactor.json
.phpunit.result.cache
/.phpunit.cache
error_log
storage/debugbar
# Laravel 4 specific # Homestead & Vagrant
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.yaml Homestead.yaml
Homestead.json Homestead.json
/.vagrant /.vagrant
.phpunit.result.cache
/public/build # IDE & Editor specific
/storage/pail /.phpstorm.meta.php
.env.backup *.sublime-project
.env.production *.sublime-workspace
.phpactor.json *.code-workspace
auth.json
# 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
View File

@ -0,0 +1,2 @@
# cache and other artifacts produced by Lean's Lake build tool
.lake/