forked from activist-org/activist
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
94 lines (75 loc) · 1.3 KB
/
.gitignore
File metadata and controls
94 lines (75 loc) · 1.3 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
# System files
*.log
.DS_Store
# Visual Studio Code
.vscode/*
!.vscode/settings.json
!.vscode/tailwind.json
!.vscode/extensions.json
# Webstorm
.idea
# Django and Python
__pycache__
.venv
venv/
.mypy_cache
# Don't include migrations for now.
**/migrations/*
!*migrations/__init__.py
# Testing
.coverage
cov_html/
# Vitest coverage
coverage/
frontend/coverage/
# For Docker testing add ./tmp:/tmp to the needed container.
/tmp
# Playwright
frontend/test-results/
frontend/playwright-report/
frontend/blob-report/
frontend/playwright/.cache/
frontend/.github/
# Nuxt dev/build outputs
.output
.nuxt
*.log*
.nitro
.cache
.env
.env.*
!.env.dev
!.env.dev.local
dist
# Node dependencies
node_modules
# Vue/Nuxt
frontend/.data
# i18n fix
vue-i18n.d.ts
# Yarn
frontend/.pnp.*
frontend/.yarn/*
frontend/!.yarn/patches
frontend/!.yarn/plugins
frontend/!.yarn/releases
frontend/!.yarn/sdks
frontend/!.yarn/versions
**/package-lock.json
# Media
backend/media/images/*
!backend/media/images/.keep
# Filescan quarantine (malware / violating uploads)
quarantine/
# LLMs
.cursor/commands/
.cursorrules
# Snyk Security Extension
.cursor/rules/snyk_rules.mdc
# Scratch/temp development files
.scratch/
# ZAP Security Reports
zap-reports/
frontend/test-e2e/.auth/
# services/filescan/etc.
docker-compose.filescan_integration.yml