Skip to content

Commit 670fe01

Browse files
committed
Initial .gitignore, README.md, and VSCode settings
The content of this repo is licensed under the GNU GPLv3.
1 parent d7fe7cb commit 670fe01

File tree

4 files changed

+711
-0
lines changed

4 files changed

+711
-0
lines changed

.gitignore

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Rust
2+
debug/
3+
target/
4+
**/*.rs.bk
5+
*.pdb
6+
7+
# vim
8+
[._]*.s[a-v][a-z]
9+
[._]*.sw[a-p]
10+
[._]s[a-rt-v][a-z]
11+
[._]ss[a-gi-z]
12+
[._]sw[a-p]
13+
[._]*.un~
14+
!*.svg
15+
16+
# Visual Studio Code
17+
.vscode/*
18+
!.vscode/settings.json
19+
!.vscode/tasks.json
20+
!.vscode/launch.json
21+
!.vscode/extensions.json
22+
!.vscode/*.code-snippets
23+
.history/
24+
*.vsix
25+
26+
# macOS
27+
.DS_Store
28+
._*
29+
.Trashes

.vscode/settings.json

Whitespace-only changes.

0 commit comments

Comments
 (0)