Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/opera7133/Blonde.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoropera7133 <ainznino@pm.me>2020-08-15 15:20:03 +0300
committeropera7133 <ainznino@pm.me>2020-08-15 15:20:03 +0300
commit197880601c48615e526ff94a37cb9bdd91c925d2 (patch)
treeca6e07717cef3695c52f88c93d2392882f93bd97 /.gitignore
parent4ba6dc66ecaf8dd8d07243b95224cd9184dc7aa8 (diff)
npm
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore26
1 files changed, 26 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..280349e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,26 @@
+# 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
+
+node_modules/
+.DS_Store