Skip to content

Commit

Permalink
Initial .gitignore, README.md, and VSCode settings
Browse files Browse the repository at this point in the history
The content of this repo is licensed under the GNU GPLv3.
  • Loading branch information
xSetech committed Jul 6, 2023
1 parent d7fe7cb commit 670fe01
Show file tree
Hide file tree
Showing 4 changed files with 711 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Rust
debug/
target/
**/*.rs.bk
*.pdb

# vim
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
[._]*.un~
!*.svg

# Visual Studio Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
.history/
*.vsix

# macOS
.DS_Store
._*
.Trashes
Empty file added .vscode/settings.json
Empty file.
Loading

0 comments on commit 670fe01

Please sign in to comment.