Skip to content

Commit a8ca315

Browse files
committed
use cosmic template
1 parent b880dc9 commit a8ca315

15 files changed

Lines changed: 7235 additions & 688 deletions

File tree

.gitignore

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
# Generated by Cargo
2-
# will have compiled files and executables
1+
.cargo/
2+
*.pdb
3+
**/*.rs.bk
34
debug/
45
target/
5-
6-
# These are backup files generated by rustfmt
7-
**/*.rs.bk
8-
9-
# MSVC Windows builds of rustc generate these, which store debugging information
10-
*.pdb
11-
12-
# JetBrains
13-
.idea
6+
vendor/
7+
vendor.tar
8+
debian/*
9+
!debian/changelog
10+
!debian/control
11+
!debian/copyright
12+
!debian/install
13+
!debian/rules
14+
!debian/source
15+
.idea

0 commit comments

Comments
 (0)