-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
29 lines (21 loc) · 817 Bytes
/
.gitignore
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
#logs/**
shared_volume/__pycache__/**
shared_volume/jacamo/jacamo_model/.gradle/**
shared_volume/jacamo/jacamo_model/build/**
shared_volume/jacamo/jacamo_model/mas.log
shared_volume/jacamo/jacamo_model/mas.log.lck
shared_volume/jacamo/jacamo_model/src/agt/list/**
# exception to the rule
!shared_volume/jacamo/jacamo_model/src/agt/list/.gitkeep
shared_volume/netlogo_output/m1_alive.txt
shared_volume/netlogo_output/m1_output.txt
shared_volume/netlogo_output/m2_alive.txt
shared_volume/netlogo_output/m2_output.txt
shared_volume/jacamo/jacamo_model/mas.log
shared_volume/jacamo/jacamo_model/mas.log.lck
shared_volume/netlogo_output/tests/**
# exception to the rule
!shared_volume/netlogo_output/tests/modelo.html
#shared_volume/netlogo_output/**
# exception to the rule
#!shared_volume/netlogo_output/.gitkeep