This repository has been archived on 2025-12-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
tasker/.gitignore
2024-10-31 16:20:52 +02:00

27 lines
335 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
**/node_modules
# next.js
**/.next/
**/out/
# misc
**/.DS_Store
**/*.pem
# debug
**/npm-debug.log*
# env files (can opt-in for commiting if needed)
**/.env*
# typescript
**/*.tsbuildinfo
**/next-env.d.ts
# images
**/public/**