Skip to content

Commit

Permalink
Merge FE .gitIgnore
Browse files Browse the repository at this point in the history
  • Loading branch information
Miensoap committed Jun 26, 2024
1 parent 54694a6 commit b433e53
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 72 deletions.
42 changes: 41 additions & 1 deletion BE/.gitIgnore
Original file line number Diff line number Diff line change
@@ -1 +1,41 @@
*
**/app_settings
**/src/main/**/generated
.jqwik-database

HELP.md
.gradle
build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/

### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
bin/
!**/src/main/**/bin/
!**/src/test/**/bin/

### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
out/
!**/src/main/**/out/
!**/src/test/**/out/

### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/

### VS Code ###
.vscode/
41 changes: 0 additions & 41 deletions BE/.gitignore

This file was deleted.

30 changes: 29 additions & 1 deletion FE/.gitIgnore
Original file line number Diff line number Diff line change
@@ -1 +1,29 @@
*
.env

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
yarn.lock
.vite
.vite/**
29 changes: 0 additions & 29 deletions FE/.gitignore

This file was deleted.

0 comments on commit b433e53

Please sign in to comment.