-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.fafignore
More file actions
41 lines (34 loc) · 537 Bytes
/
Copy path.fafignore
File metadata and controls
41 lines (34 loc) · 537 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
# .fafignore - Exclude files/directories from .faf context
# Similar to .gitignore syntax
# Lines starting with # are comments
# Dependencies and build outputs
node_modules/
dist/
build/
coverage/
# Python environments
__pycache__/
venv/
.venv/
# IDE and system files
.vscode/
.idea/
.DS_Store
# Sensitive files
.env
.env.*
*.key
*.pem
# Logs and temporary files
*.log
logs/
tmp/
temp/
# Large media files
*.jpg
*.png
*.mp4
*.pdf
# Custom exclusions (add your own below)
# example: my-large-data-folder/
# example: *.generated.ts