mirror of
https://github.com/github/gitignore.git
synced 2026-04-12 02:21:43 +08:00
43 lines
525 B
Plaintext
43 lines
525 B
Plaintext
# Optional variables
|
|
.docker
|
|
data
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# changes file
|
|
*.changes
|
|
*.chg
|
|
|
|
# system image
|
|
*.image
|
|
*.img7
|
|
*.img
|
|
|
|
# Pharo Smalltalk Debug log file
|
|
PharoDebug.log
|
|
|
|
# Squeak Smalltalk Debug log file
|
|
SqueakDebug.log
|
|
|
|
# Dolphin Smalltalk source file
|
|
*.sml
|
|
|
|
# Dolphin Smalltalk error file
|
|
*.errors
|
|
|
|
# Monticello package cache
|
|
/package-cache
|
|
|
|
# playground cache
|
|
/play-cache
|
|
/play-stash
|
|
|
|
# Metacello-github cache
|
|
/github-cache
|
|
github-*.zip
|