Skip to content

Commit

Permalink
remove vscode folder
Browse files Browse the repository at this point in the history
  • Loading branch information
altalk23 committed Jul 12, 2024
1 parent 4974750 commit e7d2afb
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 68 deletions.
61 changes: 57 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,57 @@
.dSYM
.DS_Store
build/
.cache/
# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la

# Executables
*.exe
*.out
*.app

# Macos be like
**/.DS_Store

# Cache files for Sublime Text
**/*.tmlanguage.cache
**/*.tmPreferences.cache
**/*.stTheme.cache
.cache

# Workspace files are user-specific
**/*.sublime-workspace
**/*.sublime-project
.vscode
.idea

# Ignore build folders
**/build
build
build2
build-docs/
bin
/build-*

# Ignore I don't even know what that is probably fod's flash testing script
test-docs.bat

# Ignore krita files too because we don't want our project files shaking my head
**/*.kra

# Ignore clangd cache
.cache
60 changes: 0 additions & 60 deletions .vscode/cmake-kits.json

This file was deleted.

4 changes: 0 additions & 4 deletions .vscode/settings.json

This file was deleted.

0 comments on commit e7d2afb

Please sign in to comment.