mirror of
https://github.com/github/gitignore.git
synced 2026-04-11 14:11:43 +08:00
20 lines
230 B
Plaintext
20 lines
230 B
Plaintext
# Optional variables
|
|
.docker
|
|
data
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
#User Specific
|
|
*.userprefs
|
|
*.usertasks
|
|
|
|
#Mono Project Files
|
|
*.pidb
|
|
*.resources
|
|
test-results/
|