-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy path.gitignore
More file actions
94 lines (72 loc) · 1.24 KB
/
.gitignore
File metadata and controls
94 lines (72 loc) · 1.24 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
*/build
.gradle
.classpath
.project
.settings
.idea
*.iml
*~
*.cabal
dashboard/data
dashboard/figure
.Rproj.user
# Data directories
*/data/
brain/data/
smsn-server/data/
# R history files
.Rhistory
.Rapp.history
# Haskell build artifacts
.stack-work/
stack.yaml.lock
# Documentation and notes (project-specific)
SMSN_V2_DESIGN.txt
examples.txt
cheatsheet.txt
id-migration.txt
separate-repos.txt
debug.json
# Backup/development directories
bk/
new/
lenses/
# External projects/experiments
docker-smsn/
demo-smsn-docker/
haskell-smsn/
smsn-chrome/
smsn-why/
# Configuration files
config/
/smsn.yaml
# Binary/executable files in root
/java
# Deployment scripts
deploy-*.sh
# Miscellaneous
tinkerpop-classic.xml
# Freeplane test resources
smsn-server/src/test/resources/net/fortytwo/smsn/brain/io/freeplane/
# Device-specific subdirs
smsn-devices/synchronometer/
# STL files
*.stl
# Installer artifacts
smsn-server/installer/
# Generated/temporary Java files in root
/*.java
# Test output
smsn-server/net/
# Generated docs
brain/doc/*.png
# Lisp experiments (symlink)
brain/src/main/lisp
# README files for submodules
smsn-models/README.md
smsn-models/src/test/
migration
wiki
# Example working directory runtime files
example/index/
example/activity.log