Skip to content

Commit

Permalink
Fix line endings to be LF
Browse files Browse the repository at this point in the history
  • Loading branch information
dhedey committed Nov 22, 2021
1 parent 3745665 commit d9eb761
Show file tree
Hide file tree
Showing 115 changed files with 13,681 additions and 13,685 deletions.
82 changes: 41 additions & 41 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
# The Dockerfiles are built from the repo root.
# Anything that doesn't need to be copied in for the build should be here

# Specific to this repo:
docs/
generation/
.config/
.github/
.idea-run-configurations/
.pgadmin-dev/
.postgresdata/
.run
deployment/
**/*.user

# DEFAULTS
**/.dockerignore
**/.env
**/.git
**/.gitignore
**/.project
**/.settings
**/.toolstarget
**/.vs
**/.vscode
**/.idea
**/*.*proj.user
**/*.dbmdl
**/*.jfm
**/azds.yaml
**/bin
**/charts
**/docker-compose*
**/Dockerfile*
**/node_modules
**/npm-debug.log
**/obj
**/secrets.dev.yaml
**/values.dev.yaml
LICENSE
README.md
# The Dockerfiles are built from the repo root.
# Anything that doesn't need to be copied in for the build should be here

# Specific to this repo:
docs/
generation/
.config/
.github/
.idea-run-configurations/
.pgadmin-dev/
.postgresdata/
.run
deployment/
**/*.user

# DEFAULTS
**/.dockerignore
**/.env
**/.git
**/.gitignore
**/.project
**/.settings
**/.toolstarget
**/.vs
**/.vscode
**/.idea
**/*.*proj.user
**/*.dbmdl
**/*.jfm
**/azds.yaml
**/bin
**/charts
**/docker-compose*
**/Dockerfile*
**/node_modules
**/npm-debug.log
**/obj
**/secrets.dev.yaml
**/values.dev.yaml
LICENSE
README.md
Loading

0 comments on commit d9eb761

Please sign in to comment.