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