Compare commits

...

3 Commits

Author SHA1 Message Date
Vuk Savić
ff839b5333 delete .vscode directory
no need for this anymore
2024-09-10 23:56:28 +02:00
vuk
6355d4f6a6 minor cleanup 2024-09-10 23:52:05 +02:00
vuk
78b6ce361e created .gitignore 2024-09-10 23:49:53 +02:00
2 changed files with 18 additions and 3 deletions

18
.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
### 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

View File

@@ -1,3 +0,0 @@
{
"editor.maxTokenizationLineLength": 100000000000000000000
}