mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 11:47:22 +02:00
30 lines
337 B
Plaintext
30 lines
337 B
Plaintext
# Optional variables
|
|
.docker
|
|
data
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Project Settings
|
|
*.cywrk.*
|
|
*.cyprj.*
|
|
|
|
# Generated Assets and Resources
|
|
Debug/
|
|
Release/
|
|
Export/
|
|
*/codegentemp
|
|
*/Generated_Source
|
|
*_datasheet.pdf
|
|
*_timing.html
|
|
*.cycdx
|
|
*.cyfit
|
|
*.rpt
|
|
*.svd
|
|
*.log
|
|
*.zip
|