mirror of
https://github.com/guoriyue/AutoMouser.git
synced 2026-06-03 21:02:31 +08:00
24 lines
229 B
Plaintext
24 lines
229 B
Plaintext
*~
|
|
*.err
|
|
*.log
|
|
*.env
|
|
._*
|
|
.cache
|
|
.fseventsd
|
|
.DocumentRevisions*
|
|
.DS_Store
|
|
.TemporaryItems
|
|
.Trashes
|
|
Thumbs.db
|
|
|
|
dist
|
|
node_modules
|
|
package-lock.json
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Keep template
|
|
!.env.example |