mirror of
https://github.com/github/gitignore.git
synced 2026-04-11 14:11:43 +08:00
33 lines
508 B
Plaintext
33 lines
508 B
Plaintext
# Optional variables
|
|
.docker
|
|
data
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
### AL ###
|
|
#Template for AL projects for Dynamics 365 Business Central
|
|
#launch.json folder
|
|
.vscode/
|
|
#Cache folder
|
|
.alcache/
|
|
#Symbols folder
|
|
.alpackages/
|
|
#Snapshots folder
|
|
.snapshots/
|
|
#Testing Output folder
|
|
.output/
|
|
#Extension App-file
|
|
*.app
|
|
#Rapid Application Development File
|
|
rad.json
|
|
#Translation Base-file
|
|
*.g.xlf
|
|
#License-file
|
|
*.flf
|
|
#Test results file
|
|
TestResults.xml |