Skip to content

Commit

Permalink
Updating the gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
DotCipher committed Apr 3, 2024
1 parent 9e0d258 commit fd34df8
Showing 1 changed file with 47 additions and 1 deletion.
48 changes: 47 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,50 @@ build/
.vscode/

### Static generated resources ###
backend/src/main/resources/static/
backend/src/main/resources/static/


### Frontend Compiled Outputs ###
frontend/dist/
frontend/tmp
frontend/out-tsc
frontend/bazel-out

### Frontend node_modules ###
frontend/node_modules/
frontend/npm-debug.log
frontend/yarn-error.log


# IDEs and editors
.idea/
frontend/.project
frontend/.classpath
frontend/.c9/
frontend/*.launch
frontend/.settings/
frontend/*.sublime-workspace


# Visual Studio Code
frontend/.vscode/*
frontend/!.vscode/settings.json
frontend/!.vscode/tasks.json
frontend/!.vscode/launch.json
frontend/!.vscode/extensions.json
frontend/.history/*


# Miscellaneous
frontend/.angular/cache
frontend/.sass-cache/
frontend/connect.lock
frontend/coverage
frontend/libpeerconnection.log
frontend/testem.log
frontend/typings

# System files
frontend/.DS_Store
frontend/Thumbs.db

0 comments on commit fd34df8

Please sign in to comment.