summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-01-24 21:35:55 +0100
committerLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-01-24 21:35:55 +0100
commitbf0f5f55f5ea8328a7fb5ac776b8baaed4b9db83 (patch)
treeae6209b2731c726fdbd999736476474869c9ee49 /.gitignore
downloaddumbswitch-bf0f5f55f5ea8328a7fb5ac776b8baaed4b9db83.tar.gz
dumbswitch-bf0f5f55f5ea8328a7fb5ac776b8baaed4b9db83.tar.bz2
dumbswitch-bf0f5f55f5ea8328a7fb5ac776b8baaed4b9db83.tar.lz
dumbswitch-bf0f5f55f5ea8328a7fb5ac776b8baaed4b9db83.zip

feat: initial it works

Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore17
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6e771f8
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,17 @@
+# Generated by Cargo
+# will have compiled files and executables
+debug/
+target/
+
+# These are backup files generated by rustfmt
+**/*.rs.bk
+
+# MSVC Windows builds of rustc generate these, which store debugging information
+*.pdb
+
+# RustRover
+# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
+# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
+# and can be added to the global gitignore or merged into this file. For a more nuclear
+# option (not recommended) you can uncomment the following to ignore the entire idea folder.
+#.idea/