Last active
August 29, 2024 14:32
-
-
Save rudensm/c309cf6ac2ea0c69635343daae7d85a0 to your computer and use it in GitHub Desktop.
.gitignore_global
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
*.sublime-* | |
*.tmPreferences.cache | |
*.xccheckout | |
*.xcscmblueprint | |
*.xcuserstate | |
*.xcworkspace | |
*~ | |
.cache | |
.coverage | |
.coverage.* | |
.DS_Store | |
.eggs/ | |
.idea/* | |
.idea_modules/ | |
.installed.cfg | |
.Python | |
.tox/ | |
/out/ | |
__pycache__/ | |
atlassian-ide-plugin.xml | |
build/ | |
builds/* | |
Carthage/Build | |
Carthage/Checkouts | |
celerybeat-schedule.db | |
com_crashlytics_export_strings.xml | |
coverage.xml | |
crashlytics-build.properties | |
crashlytics.properties | |
db.sqlite3* | |
DerivedData | |
develop-eggs/ | |
dist/ | |
docs/_build/ | |
downloads/ | |
eggs/ | |
env/ | |
fabric.properties | |
htmlcov/ | |
lib64/ | |
media/* | |
node_modules/ | |
nosetests.xml | |
package-lock.json | |
parts/ | |
pip-delete-this-directory.txt | |
pip-log.txt | |
Podfile.lock | |
Pods/ | |
reporters/username-* | |
sdist/ | |
settings_local.py | |
sftp-config.json | |
static/ | |
target/ | |
uploads/ | |
var/ | |
xcuserdata |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment