Skip to content

Commit

Permalink
Fix frontend error
Browse files Browse the repository at this point in the history
  • Loading branch information
DotCipher committed Apr 3, 2024
1 parent 62f2b5c commit 2e8b6af
Show file tree
Hide file tree
Showing 10 changed files with 224 additions and 85 deletions.
86 changes: 4 additions & 82 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,82 +1,4 @@
HELP.md
backend/target/
backend/!.mvn/wrapper/maven-wrapper.jar
backend/!**/src/main/**/target/
backend/!**/src/test/**/target/

### STS ###
backend/.apt_generated
backend/.classpath
backend/.factorypath
backend/.project
backend/.settings
backend/.springBeans
backend/.sts4-cache

### IntelliJ IDEA ###
backend/.idea
backend/*.iws
backend/*.iml
backend/*.ipr

### NetBeans ###
backend/nbproject/private/
backend/nbbuild/
backend/dist/
backend/nbdist/
backend/.nb-gradle/
backendbuild/
backend/!**/src/main/**/build/
backend/!**/src/test/**/build/

### VS Code ###
.vscode/

### Static generated resources ###
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

/.idea
*.iws
*.iml
*.ipr
29 changes: 29 additions & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

124 changes: 124 additions & 0 deletions .idea/uiDesigner.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions backend/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
##HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
src/main/resources/static/
##
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
1 change: 0 additions & 1 deletion frontend
Submodule frontend deleted from 611891
4 changes: 2 additions & 2 deletions suivie-physique.iml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<component name="AdditionalModuleElements">
<content url="file://$MODULE_DIR$" dumb="true">
<excludeFolder url="file://$MODULE_DIR$/frontend/dist" />
<excludeFolder url="file://$MODULE_DIR$/frontend/easybank-frontend/dist" />
<excludeFolder url="file://$MODULE_DIR$/frontend/easybank-frontend/tmp" />
<excludeFolder url="file://$MODULE_DIR$/frontend/sp-frontend/dist" />
<excludeFolder url="file://$MODULE_DIR$/frontend/sp-frontend/tmp" />
<excludeFolder url="file://$MODULE_DIR$/frontend/tmp" />
</content>
</component>
Expand Down

0 comments on commit 2e8b6af

Please sign in to comment.