Merge pull request #3 from navikt/gitignore

Alle mapper og filer skal nå bli detected rekursivt
This commit is contained in:
Sid 2023-06-28 10:57:45 +02:00 committed by GitHub
commit 99f603fee2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

20
.gitignore vendored
View file

@ -26,11 +26,11 @@ bin/
!**/src/test/**/bin/
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
nbproject/private/
nbbuild/
dist/
nbdist/
.nb-gradle/
### VS Code ###
.vscode/
@ -41,18 +41,18 @@ bin/
### Node ###
# dependencies
node_modules/
/.pnp
.pnp
.pnp.js
# testing
/coverage
coverage
# next.js
/.next/
/out/
.next/
out/
# production
/build
build
# misc
*.pem