diff options
Diffstat (limited to 'vendor/github.com/mitjafelicijan/go-tree-sitter/.gitignore')
| -rw-r--r-- | vendor/github.com/mitjafelicijan/go-tree-sitter/.gitignore | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/vendor/github.com/mitjafelicijan/go-tree-sitter/.gitignore b/vendor/github.com/mitjafelicijan/go-tree-sitter/.gitignore new file mode 100644 index 0000000..96102d8 --- /dev/null +++ b/vendor/github.com/mitjafelicijan/go-tree-sitter/.gitignore | |||
| @@ -0,0 +1,58 @@ | |||
| 1 | .idea | ||
| 2 | |||
| 3 | # Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode,macos | ||
| 4 | # Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode,macos | ||
| 5 | |||
| 6 | ### macOS ### | ||
| 7 | # General | ||
| 8 | .DS_Store | ||
| 9 | .AppleDouble | ||
| 10 | .LSOverride | ||
| 11 | |||
| 12 | # Icon must end with two \r | ||
| 13 | Icon | ||
| 14 | |||
| 15 | |||
| 16 | # Thumbnails | ||
| 17 | ._* | ||
| 18 | |||
| 19 | # Files that might appear in the root of a volume | ||
| 20 | .DocumentRevisions-V100 | ||
| 21 | .fseventsd | ||
| 22 | .Spotlight-V100 | ||
| 23 | .TemporaryItems | ||
| 24 | .Trashes | ||
| 25 | .VolumeIcon.icns | ||
| 26 | .com.apple.timemachine.donotpresent | ||
| 27 | |||
| 28 | # Directories potentially created on remote AFP share | ||
| 29 | .AppleDB | ||
| 30 | .AppleDesktop | ||
| 31 | Network Trash Folder | ||
| 32 | Temporary Items | ||
| 33 | .apdisk | ||
| 34 | |||
| 35 | ### macOS Patch ### | ||
| 36 | # iCloud generated files | ||
| 37 | *.icloud | ||
| 38 | |||
| 39 | ### VisualStudioCode ### | ||
| 40 | .vscode/* | ||
| 41 | !.vscode/settings.json | ||
| 42 | !.vscode/tasks.json | ||
| 43 | !.vscode/launch.json | ||
| 44 | !.vscode/extensions.json | ||
| 45 | !.vscode/*.code-snippets | ||
| 46 | |||
| 47 | # Local History for Visual Studio Code | ||
| 48 | .history/ | ||
| 49 | |||
| 50 | # Built Visual Studio Code Extensions | ||
| 51 | *.vsix | ||
| 52 | |||
| 53 | ### VisualStudioCode Patch ### | ||
| 54 | # Ignore all local history of files | ||
| 55 | .history | ||
| 56 | .ionide | ||
| 57 | |||
| 58 | # End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,macos | ||
