aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore22
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..3a9c95e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,22 @@
1# Rust build artifacts
2/target/
3Cargo.lock
4
5# IDE files
6.vscode/
7.idea/
8*.swp
9*.swo
10*~
11
12# OS generated files
13.DS_Store
14.DS_Store?
15._*
16.Spotlight-V100
17.Trashes
18ehthumbs.db
19Thumbs.db
20
21# Test artifacts
22hello.service \ No newline at end of file