mirror of
https://github.com/github/gitignore.git
synced 2026-04-12 14:31:42 +08:00
22 lines
340 B
Plaintext
22 lines
340 B
Plaintext
# Optional variables
|
|
.docker
|
|
data
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# For projects using Nanoc (http://nanoc.ws/)
|
|
|
|
# Default location for output (needs to match output_dir's value found in nanoc.yaml)
|
|
output/
|
|
|
|
# Temporary file directory
|
|
tmp/nanoc/
|
|
|
|
# Crash Log
|
|
crash.log
|