.gitignore
536 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
# Gradle
.gradle/
build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/**/build/
!**/src/**/*build*
**/out/
# IntelliJ
.idea/
*.iml
*.iws
*.ipr
# VS Code
.vscode/
*.code-workspace
# OS
.DS_Store
Thumbs.db
# Logs
*.log
logs/
# Environment
.env
.env.local
*.env
# Local mounted volumes (ignored if developer maps them inside repo)
/var/
/srv/
/opt/vibe-erp/
# Node (for the future web SPA)
node_modules/
dist/
.next/
# Python (none in this repo, but reference docs include PDFs we don't want to lose)
# raw/ is intentionally tracked