working on monitors tui
This commit is contained in:
20
monitors/monitor-tui-rs/.gitignore
vendored
Normal file
20
monitors/monitor-tui-rs/.gitignore
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
# Rust build
|
||||
/target/
|
||||
**/*.rs.bk
|
||||
|
||||
# Nix / direnv
|
||||
/result
|
||||
/result-*
|
||||
.direnv/
|
||||
.envrc
|
||||
|
||||
# Editors
|
||||
*.swp
|
||||
*.swo
|
||||
*.idea/
|
||||
.vscode/
|
||||
.DS_Store
|
||||
|
||||
# Node (optional helper script)
|
||||
node_modules/
|
||||
package-lock.json
|
||||
Reference in New Issue
Block a user