Skip to content

Commit

Permalink
adding of.entitlements and vscode files to gitignore (#7031)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitre committed May 11, 2024
1 parent c705b4e commit e5ba8f9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .gitignore
Expand Up @@ -55,7 +55,19 @@ tests/**/gcc-release/
# IDE
#########################

# VSCode
*.code-workspace
.vscode

# XCode
examples/**/*.entitlements
examples/**/*.xcconfig
examples/**/*.plist
examples/**/*.yml
tests/**/*.entitlements
tests/**/*.xcconfig
tests/**/*.plist
tests/**/*.yml
*.pbxuser
*.perspective
*.perspectivev3
Expand Down Expand Up @@ -135,6 +147,10 @@ Desktop.ini
/apps*/
projectGenerator*/
.cxx/

examples/**/Makefile
examples/**/config.make

libs/openFrameworksCompiled/project/vs/.vs/
scripts/templates/vs/.vs/
**/.vs/

0 comments on commit e5ba8f9

Please sign in to comment.