summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2020-11-06 05:12:29 +0300
committerGitHub <noreply@github.com>2020-11-06 05:12:29 +0300
commit812c8bc14a4214e9d0970e7a333be72e745137b2 (patch)
tree45ad40df49ac4c616280c889f2f8dbaae3e3e1ad /.gitignore
parentec42b42ce601808070462111c0c28edb0e89babb (diff)
Add editorconfig
This commit also purges .gitignore, since the files mentioned in it should be handled by global ignore file. Fixes #4378.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore37
1 files changed, 1 insertions, 36 deletions
diff --git a/.gitignore b/.gitignore
index addaae1b..eb5a316c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,36 +1 @@
-# Rust build directory
-**/target
-
-# Rust subcrate lockfiles
-*/Cargo.lock
-
-# Temp files
-.idea
-.vscode
-*.iml
-*~
-
-# vim temporary files
-*.swp
-
-# other ignores
-*.DS_Store
-=======
-
-# Snapcraft files
-stage
-prime
-parts
-*.snap
-*.pyc
-alacritty_*_source.tar.bz2
-
-# WiX files
-/Wix.3.11.1
-*.msi
-*.wixobj
-*.wixpdb
-
-# Perf tools
-perf.data*
-flamegraph.svg
+target