Files
manja_dev_ui/.gitignore
T
Wian Drs d5cb197f96
NPM Installation / build (16.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (16.x, windows-latest) (push) Has been cancelled
NPM Installation / build (17.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (17.x, windows-latest) (push) Has been cancelled
NPM Installation / build (18.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (18.x, windows-latest) (push) Has been cancelled
Resolve merge conflict
2026-07-03 16:37:28 +07:00

47 lines
453 B
Plaintext

# Folders to ignore
dist/
node_modules/
tests/e2e/reports/
.vite/
# local env files
.env.local
.env.*.local
# dependencies
/node_modules
package-lock.json
yarn.lock
# OS or Editor folders
._*
.cache
.DS_Store
.idea
.project
.settings
.tmproj
*.esproj
*.sublime-project
*.sublime-workspace
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
nbproject
Thumbs.db
/.vscode/
# Numerous always-ignore extensions
*.diff
*.err
*.log
*.orig
*.rej
*.swo
*.swp
*.vi
*.zip
*~