mirror of
https://github.com/github/gitignore.git
synced 2026-04-11 14:11:43 +08:00
23 lines
460 B
Plaintext
23 lines
460 B
Plaintext
# Optional variables
|
|
.docker
|
|
data
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# SlickEdit workspace and project files are ignored by default because
|
|
# typically they are considered to be developer-specific and not part of a
|
|
# project.
|
|
*.vpw
|
|
*.vpj
|
|
|
|
# SlickEdit workspace history and tag files always contain user-specific
|
|
# data so they should not be stored in a repository.
|
|
*.vpwhistu
|
|
*.vpwhist
|
|
*.vtg
|