-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.taskignore
More file actions
46 lines (46 loc) · 763 Bytes
/
.taskignore
File metadata and controls
46 lines (46 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# TaskTracker ignore file
# Similar to .gitignore, patterns listed here will be ignored by tasktracker changes
# Paths/patterns relative to the project root
# Dependencies
node_modules/
bower_components/
vendor/
package-lock.json
yarn.lock
# Build outputs
dist/
build/
out/
.next/
.nuxt/
coverage/
# Environment and config files
.env
.env.local
.env.*.local
*.config.js
*.config.ts
# Editor and OS files
.vscode/
.idea/
.DS_Store
Thumbs.db
# Log files
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Add your custom ignore patterns below
test-output/**
# Additional security patterns
.env.*
*credentials*
*secret*
*token*
*password*
*.pem
*.key
*private*
.tasktracker/user-settings.json
# Ensure no personal/sensitive data is tracked
.tasktracker/personal/