V
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
[*]
|
||||||
|
charset = utf-8
|
||||||
|
end_of_line = lf
|
||||||
|
insert_final_newline = true
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
[*.v]
|
||||||
|
indent_style = tab
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
* text=auto eol=lf
|
||||||
|
*.bat eol=crlf
|
||||||
|
|
||||||
|
*.v linguist-language=V
|
||||||
|
*.vv linguist-language=V
|
||||||
|
*.vsh linguist-language=V
|
||||||
|
v.mod linguist-language=V
|
||||||
|
.vdocignore linguist-language=ignore
|
||||||
+27
@@ -0,0 +1,27 @@
|
|||||||
|
# Binaries for programs and plugins
|
||||||
|
main
|
||||||
|
TypoML
|
||||||
|
*.exe
|
||||||
|
*.exe~
|
||||||
|
*.so
|
||||||
|
*.dylib
|
||||||
|
*.dll
|
||||||
|
|
||||||
|
# Ignore binary output folders
|
||||||
|
bin/
|
||||||
|
|
||||||
|
# Ignore common editor/system specific metadata
|
||||||
|
.DS_Store
|
||||||
|
.idea/
|
||||||
|
.vscode/
|
||||||
|
*.iml
|
||||||
|
|
||||||
|
# ENV
|
||||||
|
.env
|
||||||
|
|
||||||
|
# Web assets and local databases
|
||||||
|
*.db
|
||||||
|
*.js
|
||||||
|
|
||||||
|
# Ignore installed modules through `v install --local`:
|
||||||
|
modules/
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
all:
|
all:
|
||||||
gcc -o typoml src/*
|
v .
|
||||||
|
|
||||||
run:
|
run:
|
||||||
./typoml
|
./TypoML
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f typoml
|
rm -f TypoML
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
int main() {
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user