mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-12 20:57:45 +02:00
26 lines
284 B
Plaintext
26 lines
284 B
Plaintext
# build output
|
|
dist/
|
|
lib/
|
|
|
|
# VS Code settings
|
|
.vscode/settings.json
|
|
|
|
# Jetbrains setting folder
|
|
.idea/
|
|
|
|
# dependencies
|
|
node_modules/
|
|
|
|
# logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# environment variables
|
|
.env
|
|
.env.production
|
|
|
|
# macOS-specific files
|
|
.DS_Store
|