mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-04 19:21:51 +00:00
21 lines
217 B
Plaintext
21 lines
217 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build outputs
|
|
.next/
|
|
.now/
|
|
build/
|
|
coverage/
|
|
dist/
|
|
esm/
|
|
CHANGELOG.md
|
|
|
|
# Generated files
|
|
next-env.d.ts
|
|
public/mockServiceWorker.js
|
|
|
|
# Lockfiles
|
|
package-lock.json
|
|
pnpm-lock.yaml
|
|
yarn.lock
|