Initial commit

pull/1/head
Nikita Tokarchuk 2 years ago
commit 3d9c0669c5
Signed by: mainnika
GPG Key ID: A595FB7E3E56911C
  1. 31
      .gitignore
  2. 1
      README.md

31
.gitignore vendored

@ -0,0 +1,31 @@
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# Folders
_obj
_test
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
*.exe
*.test
*.prof
/out
/vendor
/node_modules
\.idea/
\.vscode/

@ -0,0 +1 @@
# nikita-tokarch-uk web frontend engine
Loading…
Cancel
Save