aboutsummaryrefslogtreecommitdiffstats
path: root/Global
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Revert "Update Xcode.gitignore"Antoine Cœur2018-10-291-65/+9
| | | |
* | | | Add "network-security.data"Daijiro Wachi2018-11-081-0/+4
|/ / / | | | | | | | | | Refs: http://network-security.data
* | | Merge pull request #2569 from justinhartman/patch-4Brendan Forster2018-10-271-0/+63
|\ \ \ | | | | | | | | New template file for Images
| * | | New template file for ImagesJustin Hartman2018-01-041-0/+63
| | | |
* | | | Merge pull request #2086 from AlexanderBrevig/masterBrendan Forster2018-10-271-0/+18
|\ \ \ \ | | | | | | | | | | Add gitignore for Cypress Semiconductor IDE
| * | | | Add .log and .zip to ignores, Thanks Alex BustosAlexander Brevig2018-09-181-0/+2
| | | | |
| * | | | Add gitignore for Cypress Semiconductor IDEAlexander Brevig2016-08-301-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | The PSoC is a popular microcontroller and the PSoC Creator is a great IDE that deserves a .gitignore so it's easier for people to share the _neccessary_ files for collaboration. >not affiliated
* | | | | Merge pull request #2752 from fidmor89/patch-2Brendan Forster2018-10-131-9/+65
|\ \ \ \ \ | | | | | | | | | | | | Update Xcode.gitignore
| * | | | | Update Xcode.gitignoreFidel Esteban Morales Cifuentes2018-06-301-9/+65
| | | | | | | | | | | | | | | | | | Updating file to match the one for swift and objective c.
* | | | | | Ignoring multi-directory a path without ** is not enough for nested projectsDmitry Avtonomov2018-10-131-1/+1
| | | | | |
* | | | | | Ignore build cache file for Android Studio 3.1+Jonathan Stucklen2018-09-141-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See this SO post: https://stackoverflow.com/questions/49557737/should-i-add-idea-caches-build-file-checksums-ser-to-gitignore and this Google issue tracker ticket: https://issuetracker.google.com/issues/77544553 for justification.
* | | | | | Removed Microsoft Word 2016 Auto Backuped File on macOSYCH2018-08-141-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | If checked the option "Always create backup copy" under Settings -> Save within Microsoft Word 2016 on macOS, when editing a docx file, a folder named as same as docx file name(without ext) will be created and placed a docx backup file named "Backup of DOCX_ORIGINAL_FILENAME.docx".
* | | | | | Merge pull request #2758 from iSWORD/patch-1Brendan Forster2018-08-101-0/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | updated jetbrains gitignore to ignore contentModel
| * | | | | | updated jetbrains gitignore to ignore contentModelMuhannad Ajjan (INACTIVE)2018-07-041-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | contentModel.xml is automatically generated and can be safely ignored. Source: https://rider-support.jetbrains.com/hc/en-us/community/posts/115000661950-A-lot-of-files-in-contentModel-xml?page=1#community_comment_115000538984
* | | | | | | Merge pull request #2739 from jayvdb/diff-filesBrendan Forster2018-08-101-0/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | New template for diff files
| * | | | | | | New file for diff filesJohn Vandenberg2018-06-181-0/+2
| | | | | | | |
* | | | | | | | Merge pull request #2738 from jayvdb/patch-artifactsBrendan Forster2018-07-042-0/+3
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Patch artifacts
| * | | | | | | New file for artifacts of patchJohn Vandenberg2018-06-181-0/+2
| | | | | | | |
| * | | | | | | Backup: Add *.origJohn Vandenberg2018-06-181-0/+1
| |/ / / / / /
* | | | | | | Separate module directory from project iml excludeShawn Kovalchick2018-07-021-1/+2
| | | | | | |
* | | | | | | Remove duplicate libraries entryShawn Kovalchick2018-06-291-1/+0
| | | | | | |
* | | | | | | JetBrains: Optional excludes for auto-importShawn Kovalchick2018-06-291-0/+8
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Add extra commented section to use when using Gradle or Maven auto-import. These are mentioned in the original reference for optional excludes (https://intellij-support.jetbrains.com/hc/en-us/articles/206544839). If this would be better as a separate, non-commented ignore file, let me know and I will resubmit.
* | | | | | Merge pull request #2736 from codethirteen/patch-1Brendan Forster2018-06-181-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Updated for Codekit 3
| * | | | | Updated for Codekit 3Paul2018-06-141-0/+1
| | | | | |
* | | | | | Merge pull request #2570 from justinhartman/patch-5Brendan Forster2018-06-171-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | New template file for Backup file formats
| * | | | | | New template file for Backup file formatsJustin Hartman2018-01-041-0/+4
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'master' into masterBrendan Forster2018-06-178-35/+54
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #2631 from areyer/patch-1Brendan Forster2018-06-171-1/+2
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | allow .ssh directory
| | * | | | | | allow .ssh directoryAdrian Reyer2018-03-191-1/+2
| | | | | | | |
| * | | | | | | Merge pull request #2649 from lukoerfer/masterBrendan Forster2018-06-171-0/+3
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Added default annotation processing directory to Eclipse.gitignore
| | * | | | | | | Added default annotation processing directory to Eclipse.gitignoreLukas Körfer2018-04-021-0/+3
| | | | | | | | |
| * | | | | | | | Merge pull request #2686 from 14roiron/patch-1Brendan Forster2018-06-171-0/+3
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Matlab - Exclude coder temporary folders
| | * | | | | | | | Exclude coder temporary folders14roiron2018-05-011-0/+3
| | | | | | | | | |
| * | | | | | | | | Merge pull request #2728 from jayvdb/trim-trailing-spacesBrendan Forster2018-06-173-11/+11
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | | Trim trailing whitespace
| | * | | | | | | | Trim trailing whitespaceJohn Vandenberg2018-06-053-11/+11
| | | | | | | | | |
| * | | | | | | | | Ignore usage statistics fileShawn Kovalchick2018-06-111-0/+1
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | .idea/misc.xml used to contain usage statistics. This was broken out to usage.statistics.xml in the latest EAP (2018.2 EAP). It should be excluded from git. See https://youtrack.jetbrains.com/issue/IDEA-192913
| * | | | | | | | Update JetBrains.gitignoreKenji Ohtsuka2018-05-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ignore dbnavigator.xml because it contains sensitive data, such as host, port, db, user name, and so on.
| * | | | | | | | Add persistent undo to Vim.gitignoreIgor Epstein2018-05-011-0/+2
| |/ / / / / / /
| * | | | | | | Merge pull request #2652 from twhitbeck/jetbrains-add-shelfBrendan Forster2018-04-131-1/+2
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add shelf to JetBrains.gitignore
| | * | | | | | | Add shelf to JetBrains.gitignoreTim Whitbeck2018-04-051-1/+2
| | |/ / / / / /
| * / / / / / / Add a new .msix extensionRiva Junior2018-04-071-0/+1
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Microsoft was announced a new extension of installer for Windows. I just added that one to be ignored as default, like others installers files. References: https://blogs.windows.com/buildingapps/2018/03/07/three-things-need-know-windows-developer-day/ https://github.com/Microsoft/msix-packaging
| * | | | | | JetBrains: add .idea/httpRequestsHideki Ikemoto2018-03-301-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This directory used by HTTP Client in IntelliJ IDEA (and other product). https://www.jetbrains.com/help/idea/http-client-in-product-code-editor.html#viewingResponse
| * | | | | | Remove unnecessary commentArthur Kelsch2018-03-251-2/+0
| | | | | | |
| * | | | | | Use one hashtag instead of twoArthur Kelsch2018-03-251-1/+1
| | | | | | |
| * | | | | | Remove colons at the end of commentsArthur Kelsch2018-03-251-6/+6
| |/ / / / /
| * | | | | .idea/**/datasources.xml is now safe to storeDmitriy "DK" Korobskiy2018-02-071-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since IDEA 14 (2014), IDEA and other contemporaneous JebBrains IDEs don't store sensitive info in `datasources.xml` and it makes sense to version control to share project data sources among the team. `dataSources.local.xml` is user-specific: contain usernames and could be sensitive from a security perspective, albeit passwords could be externalized to e.g. Mac Keychain. References: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839, https://youtrack.jetbrains.com/issue/IDEA-127105
| * | | | | Fixes WebStorm capitalization in commentNathan Floris Copier2018-02-051-1/+1
| |/ / / / | | | | | | | | | | On line 1, WebStorm is capitalized the same way as the other IDE names.
| * | | | Update Eclipse.gitignore (#2556)Rafi Wiener2017-12-261-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update Eclipse.gitignore * Update Eclipse.gitignore
| * | | | Add "cmake-build-release/" to Jetbrains.gitignore (#2552)白季飞龙2017-12-181-0/+1
| | | | |
| * | | | Update Matlab.gitignore (#2533)Sam Roberts2017-12-151-9/+11
| | | | | | | | | | | | | | | Added extensions for prepackaged app and toolbox file, pregenerated helpsearch folders.