ft: removed addons from git (and added to gitignore)
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -49,3 +49,4 @@ export_presets.cfg
|
|||||||
data_*/
|
data_*/
|
||||||
mono_crash.*.json
|
mono_crash.*.json
|
||||||
|
|
||||||
|
addons/
|
||||||
|
|||||||
@@ -1,8 +0,0 @@
|
|||||||
@tool
|
|
||||||
extends GodotVimPlugin
|
|
||||||
|
|
||||||
func _enter_tree():
|
|
||||||
pass
|
|
||||||
|
|
||||||
func _exit_tree():
|
|
||||||
pass
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
uid://c0i5fl58y2apo
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
[configuration]
|
|
||||||
entry_symbol = "gdext_rust_init"
|
|
||||||
compatibility_minimum = "4.5"
|
|
||||||
reloadable = true
|
|
||||||
|
|
||||||
[libraries]
|
|
||||||
linux.debug.x86_64 = "res://addons/godot_vim/bin/libgodot_vim.so"
|
|
||||||
linux.release.x86_64 = "res://addons/godot_vim/bin/libgodot_vim.so"
|
|
||||||
windows.debug.x86_64 = "res://addons/godot_vim/bin/godot_vim.dll"
|
|
||||||
windows.release.x86_64 = "res://addons/godot_vim/bin/godot_vim.dll"
|
|
||||||
macos.debug.universal = "res://addons/godot_vim/bin/libgodot_vim.dylib"
|
|
||||||
macos.release.universal = "res://addons/godot_vim/bin/libgodot_vim.dylib"
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
uid://cgm1ycwc1a0ll
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
[plugin]
|
|
||||||
name="GodotVim"
|
|
||||||
description="Vim emulation for Godot's script editor"
|
|
||||||
author="hmdfrds"
|
|
||||||
version="0.1.4"
|
|
||||||
script="godot_vim.gd"
|
|
||||||
Reference in New Issue
Block a user