mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 08:13:49 +10:00
add files to .dockerignore
This commit is contained in:
@ -1,22 +1,68 @@
|
|||||||
!README.md
|
# Compiled Output
|
||||||
.dockerignore
|
dist
|
||||||
|
tmp
|
||||||
|
/out-tsc
|
||||||
|
|
||||||
|
# Project Dependencies
|
||||||
|
.git
|
||||||
|
.gitignore
|
||||||
|
node_modules
|
||||||
|
|
||||||
|
# Docker
|
||||||
|
compose*.yml
|
||||||
|
Dockerfile
|
||||||
|
|
||||||
|
# IDEs and Editors
|
||||||
|
/.idea
|
||||||
|
.project
|
||||||
|
.classpath
|
||||||
|
.c9/
|
||||||
|
*.launch
|
||||||
|
.settings/
|
||||||
|
*.sublime-workspace
|
||||||
|
|
||||||
|
# IDE - VSCode
|
||||||
|
.vscode/*
|
||||||
|
!.vscode/settings.json
|
||||||
|
!.vscode/tasks.json
|
||||||
|
!.vscode/launch.json
|
||||||
|
!.vscode/extensions.json
|
||||||
|
|
||||||
|
# IDE - Visual Studio
|
||||||
|
.vs/*
|
||||||
|
!.vscode/settings.json
|
||||||
|
!.vscode/tasks.json
|
||||||
|
!.vscode/launch.json
|
||||||
|
!.vscode/extensions.json
|
||||||
|
|
||||||
|
# Miscellaneous
|
||||||
|
/.sass-cache
|
||||||
|
/connect.lock
|
||||||
|
/coverage
|
||||||
|
/libpeerconnection.log
|
||||||
|
npm-debug.log
|
||||||
|
yarn-error.log
|
||||||
|
testem.log
|
||||||
|
/typings
|
||||||
|
|
||||||
|
# System Files
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
.editorconfig
|
.editorconfig
|
||||||
.eslint*
|
.eslint*
|
||||||
.git
|
|
||||||
.github
|
# Generated Files
|
||||||
.gitignore
|
|
||||||
.husky
|
|
||||||
.nx
|
.nx
|
||||||
.prettier*
|
.swc
|
||||||
.vscode
|
fly.toml
|
||||||
*.env*
|
stats.html
|
||||||
*.md
|
|
||||||
compose*.yml
|
|
||||||
dist
|
|
||||||
Dockerfile
|
|
||||||
node_modules
|
|
||||||
Thumbs.db
|
|
||||||
tmp
|
|
||||||
tools/compose/*
|
tools/compose/*
|
||||||
tools/scripts/*
|
tools/scripts/*
|
||||||
|
|
||||||
|
# Environment Variables
|
||||||
|
*.env*
|
||||||
|
!.env.example
|
||||||
|
|
||||||
|
# Lingui Compiled Messages
|
||||||
|
apps/client/src/locales/_build/
|
||||||
|
apps/client/src/locales/*/messages.mjs
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@ -48,7 +48,6 @@ Thumbs.db
|
|||||||
.swc
|
.swc
|
||||||
fly.toml
|
fly.toml
|
||||||
stats.html
|
stats.html
|
||||||
libs/prisma
|
|
||||||
|
|
||||||
# Environment Variables
|
# Environment Variables
|
||||||
*.env*
|
*.env*
|
||||||
|
|||||||
Reference in New Issue
Block a user