mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-01-25 02:08:11 +00:00
Co-authored-by: Alan Buscaglia <alanbuscaglia@MacBook-Pro.local> Co-authored-by: alejandrobailo <alejandrobailo94@gmail.com> Co-authored-by: César Arroba <cesar@prowler.com> Co-authored-by: Alejandro Bailo <59607668+alejandrobailo@users.noreply.github.com>
21 lines
229 B
Plaintext
21 lines
229 B
Plaintext
.now/*
|
|
*.css
|
|
.changeset
|
|
dist
|
|
esm/*
|
|
public/*
|
|
tests/*
|
|
scripts/*
|
|
*.config.js
|
|
.DS_Store
|
|
node_modules
|
|
coverage
|
|
.next
|
|
build
|
|
next-env.d.ts
|
|
!.commitlintrc.cjs
|
|
!.lintstagedrc.cjs
|
|
!jest.config.js
|
|
!plopfile.js
|
|
!react-shim.js
|
|
!tsup.config.ts |