Skip to content

Commit

Permalink
Merge pull request #290 from daanbreur/main
Browse files Browse the repository at this point in the history
Fixes .gitignore and .gitattributes
  • Loading branch information
JJ-8 authored Jul 15, 2024
2 parents f762efd + 08ff6f0 commit 09292a5
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 16 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
**/.yarn/releases/** binary
**/.yarn/plugins/** binary
11 changes: 3 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -132,16 +132,11 @@ temp/
# https://yarnpkg.com/advanced/qa#which-files-should-be-gitignored

.yarn/*
!.yarn/releases
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# if you are NOT using Zero-installs, then:
# comment the following lines
!.yarn/cache

# and uncomment the following lines
# .pnp.*

# End of https://www.toptal.com/developers/gitignore/api/yarn,node
11 changes: 3 additions & 8 deletions api/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -132,18 +132,13 @@ temp/
# https://yarnpkg.com/advanced/qa#which-files-should-be-gitignored

.yarn/*
!.yarn/releases
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# if you are NOT using Zero-installs, then:
# comment the following lines
!.yarn/cache

# and uncomment the following lines
# .pnp.*

# End of https://www.toptal.com/developers/gitignore/api/yarn,node


Expand Down
14 changes: 14 additions & 0 deletions front/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,17 @@ yarn-error.log*
*.njsproj
*.sln
.vscode

# Yarn Integrity file
.yarn-integrity

### yarn ###
# https://yarnpkg.com/advanced/qa#which-files-should-be-gitignored

.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
Binary file removed front/.yarn/install-state.gz
Binary file not shown.

0 comments on commit 09292a5

Please sign in to comment.