File tree 3 files changed +65
-0
lines changed
3 files changed +65
-0
lines changed Original file line number Diff line number Diff line change @@ -61,3 +61,63 @@ agent/content
61
61
eliza.manifest
62
62
eliza.manifest.sgx
63
63
eliza.sig
64
+ # -*- mode: gitignore; -*-
65
+ * ~
66
+ \# * \#
67
+ /.emacs.desktop
68
+ /.emacs.desktop.lock
69
+ * .elc
70
+ auto-save-list
71
+ tramp
72
+ . \# *
73
+
74
+ # Org-mode
75
+ .org-id-locations
76
+ * _archive
77
+
78
+ # flymake-mode
79
+ * _flymake. *
80
+
81
+ # eshell files
82
+ /eshell /history
83
+ /eshell /lastdir
84
+
85
+ # elpa packages
86
+ /elpa /
87
+
88
+ # reftex files
89
+ * .rel
90
+
91
+ # AUCTeX auto folder
92
+ /auto /
93
+
94
+ # cask packages
95
+ .cask /
96
+ dist /
97
+
98
+ # Flycheck
99
+ flycheck_ * .el
100
+
101
+ # server auth directory
102
+ /server /
103
+
104
+ # projectiles files
105
+ .projectile
106
+
107
+ # directory configuration
108
+ .dir-locals.el
109
+
110
+ # network security
111
+ /network-security.data
112
+
113
+ /docker-entrypoint-none.sh
114
+ /packages /plugin-akash /src /.certificates /
115
+ /eliza.sdl.yml.private
116
+ /eliza.sdl.yml.private2
117
+ /data /
118
+ /.akash2.secrets
119
+ /.docker
120
+ /.secret.akash.sdl
121
+ /akash.sh
122
+ /akash_env.sh
123
+ /ia
Original file line number Diff line number Diff line change
1
+ apt get update
2
+ apt install -y strace
Original file line number Diff line number Diff line change
1
+ apt get update
2
+ apt install -y strace
3
+ pnpm start:debug --characters=characters/eliza.character.json
You can’t perform that action at this time.
0 commit comments