Skip to content

Commit

Permalink
updated gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
nxdun committed May 4, 2024
1 parent d699081 commit de39fab
Show file tree
Hide file tree
Showing 2,706 changed files with 21 additions and 503,576 deletions.
9 changes: 8 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,11 @@
**/.env

# Ignore node_modules folders
**/node_modules
**/node_modules

# Ignore build folders
**/build

# Ignore flask folders
**/venv
**/**/venv
10 changes: 8 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ package-lock.json
# misc
.DS_Store


npm-debug.log*
yarn-debug.log*
yarn-error.log*
Expand All @@ -28,4 +27,11 @@ yarn-error.log*
.vscode

/backend/authentication-service/error-logfile.log
/backend/authentication-service/logfile.log
/backend/authentication-service/logfile.log

# Ignore flask cache
**/venv
**/**/venv

# ignore spring boot cache
**/**/.idea
Loading

0 comments on commit de39fab

Please sign in to comment.