chore: initial commit
This commit is contained in:
29
.gitignore
vendored
Normal file
29
.gitignore
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
# Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode,circuitpython
|
||||
# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode,circuitpython
|
||||
|
||||
### CircuitPython ###
|
||||
.Trashes
|
||||
.metadata_never_index
|
||||
.fseventsd/
|
||||
boot_out.txt
|
||||
|
||||
### VisualStudioCode ###
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
!.vscode/*.code-snippets
|
||||
|
||||
# Local History for Visual Studio Code
|
||||
.history/
|
||||
|
||||
# Built Visual Studio Code Extensions
|
||||
*.vsix
|
||||
|
||||
### VisualStudioCode Patch ###
|
||||
# Ignore all local history of files
|
||||
.history
|
||||
.ionide
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,circuitpython
|
||||
Reference in New Issue
Block a user