Add template index and language templates (Python, JavaScript, Java, Go, Rust)
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
This commit is contained in:
39
gitignore_generator/templates/templates.json
Normal file
39
gitignore_generator/templates/templates.json
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
{
|
||||||
|
"languages": [
|
||||||
|
"python",
|
||||||
|
"javascript",
|
||||||
|
"java",
|
||||||
|
"go",
|
||||||
|
"rust",
|
||||||
|
"cpp",
|
||||||
|
"csharp",
|
||||||
|
"ruby",
|
||||||
|
"php",
|
||||||
|
"typescript",
|
||||||
|
"swift",
|
||||||
|
"kotlin",
|
||||||
|
"scala",
|
||||||
|
"dart",
|
||||||
|
"r",
|
||||||
|
"perl",
|
||||||
|
"lua",
|
||||||
|
"haskell",
|
||||||
|
"elixir",
|
||||||
|
"clojure",
|
||||||
|
"dotnet",
|
||||||
|
"ocaml",
|
||||||
|
"rust-cargo",
|
||||||
|
"terraform",
|
||||||
|
"ansible",
|
||||||
|
"docker",
|
||||||
|
"kubernetes"
|
||||||
|
],
|
||||||
|
"ides": [
|
||||||
|
"vscode",
|
||||||
|
"jetbrains",
|
||||||
|
"visualstudio",
|
||||||
|
"vim",
|
||||||
|
"emacs"
|
||||||
|
],
|
||||||
|
"custom": []
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user