mirror of
https://github.com/github/gitignore.git
synced 2026-04-12 14:31:42 +08:00
24 lines
384 B
Plaintext
24 lines
384 B
Plaintext
# Optional variables
|
|
.docker
|
|
data
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# gitignore template for the Meteor framework
|
|
# website: https://www.meteor.com/
|
|
#
|
|
# Recommended template: Node.gitignore
|
|
|
|
# protect api keys in setting json
|
|
settings-production.json
|
|
settings.json
|
|
|
|
# protect your mup.json settings
|
|
mup.json
|
|
mup.js
|