-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Actualizar .gitignore para ignorar Builds, JuceLibraryCode y .DS_Store
- Loading branch information
Jose
committed
Dec 5, 2024
1 parent
914f556
commit c8c7c33
Showing
1 changed file
with
6 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,69 +1,9 @@ | ||
._* | ||
*.mode1v3 | ||
*.pbxuser | ||
*.perspectivev3 | ||
*.user | ||
*.ncb | ||
*.suo | ||
*.ilk | ||
*.pch | ||
*.pdb | ||
*.dep | ||
*.idb | ||
*.manifest | ||
*.manifest.res | ||
*.o | ||
*.d | ||
*.sdf | ||
*.opensdf | ||
*.VC.db | ||
*.VC.opendb | ||
xcuserdata | ||
*.xccheckout | ||
*.xcscmblueprint | ||
*.xcscheme | ||
contents.xcworkspacedata | ||
.DS_Store | ||
.svn | ||
.deps | ||
.dirstamp | ||
profile | ||
**/MacOSX/build | ||
**/iOS/build | ||
**/IDEWorkspaceChecks.plist | ||
**/Linux/build | ||
**/LinuxMakefile/build | ||
**/VisualStudio[0-9]*/Win32 | ||
**/VisualStudio[0-9]*/x64 | ||
**/Builds/x64 | ||
**/.vs | ||
**/CodeBlocks/bin | ||
**/CodeBlocks/obj | ||
**/CodeBlocks/*.depend | ||
**/CodeBlocks/*.layout | ||
**/Builds/Android/.gradle | ||
**/Builds/Android/.idea | ||
**/Builds/Android/build | ||
**/Builds/Android/**/*.iml | ||
**/Builds/Android/local.properties | ||
**/Builds/Android/app/build | ||
**/Builds/Android/app/.externalNativeBuild | ||
**/Builds/Android/app/.cxx | ||
**/Builds/Android/lib/build | ||
**/Builds/Android/lib/.externalNativeBuild | ||
**/Builds/MacOSX/**/Index | ||
**/Builds/MacOSX/**/Intermediates.noindex | ||
**/doxygen/doc | ||
**/doxygen/build | ||
**/.idea | ||
extras/Projucer/JUCECompileEngine.dylib | ||
# Ignorar la carpeta de compilación y sus archivos generados | ||
Builds/ | ||
|
||
.idea | ||
**/cmake-build* | ||
# Ignorar la carpeta de código generado por JUCE | ||
JuceLibraryCode/ | ||
|
||
.vscode | ||
/build | ||
|
||
CMakeUserPresets.json | ||
.editorconfig | ||
# Ignorar archivos específicos de Mac | ||
**/.DS_Store | ||
|