-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
25 lines (25 loc) · 742 Bytes
/
Copy path.gitignore
File metadata and controls
25 lines (25 loc) · 742 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
node_modules/
dist/
src-tauri/target/
.DS_Store
.env
.env.*
*.log
.symphony/
.symphony-agent-stdin-*.txt
.symphony-agent-stderr-*.log
symphony_elixir/_build/
symphony_elixir/deps/
symphony_elixir/agent_profiles.json
symphony_elixir/misconduct_workspaces/
symphony_elixir/symphony_workspaces/
symphony_elixir/erl_crash.dump
src-tauri/resources/symphony_backend/*
!src-tauri/resources/symphony_backend/.gitkeep
!src-tauri/resources/symphony_backend/bin/
src-tauri/resources/symphony_backend/bin/*
!src-tauri/resources/symphony_backend/bin/.gitkeep
!src-tauri/resources/symphony_backend/releases/
src-tauri/resources/symphony_backend/releases/*
!src-tauri/resources/symphony_backend/releases/.gitkeep
src-tauri/resources/symphony_backend.tar.gz