mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 11:47:22 +02:00
Compare commits
8 Commits
e386143641
...
95ce1f1a35
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
95ce1f1a35 | ||
|
|
84c6914a9b | ||
|
|
5f760225cf | ||
|
|
f963896e65 | ||
|
|
b9ad512a45 | ||
|
|
8431b56bed | ||
|
|
a8a587d016 | ||
|
|
48cc02e680 |
@ -1,2 +1,2 @@
|
||||
*.agdai
|
||||
MAlonzo/**
|
||||
**/MAlonzo/**
|
||||
|
||||
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/
|
||||
@ -62,9 +62,6 @@ web_modules/
|
||||
# Output of 'npm pack'
|
||||
*.tgz
|
||||
|
||||
# Yarn Integrity file
|
||||
.yarn-integrity
|
||||
|
||||
# dotenv environment variable files
|
||||
.env
|
||||
.env.*
|
||||
@ -131,6 +128,12 @@ dist
|
||||
|
||||
# yarn v3
|
||||
.pnp.*
|
||||
|
||||
# Snyk cache files
|
||||
.dccache
|
||||
|
||||
# Yarn files
|
||||
.yarn-integrity
|
||||
.yarn/*
|
||||
!.yarn/patches
|
||||
!.yarn/plugins
|
||||
@ -142,3 +145,4 @@ dist
|
||||
vite.config.js.timestamp-*
|
||||
vite.config.ts.timestamp-*
|
||||
.vite/
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user