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

github.com/twbs/bootlint-server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-11-09 17:28:15 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-11-09 18:21:25 +0300
commitd74e1764796e842c957e00095c8b6aa2b300a130 (patch)
tree7fc36c7db1ded81a01859e4111b2648e857381f1 /.gitignore
Initial commit.
Code migrated from Bootlint v0.16.8 and adapted
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore29
1 files changed, 29 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..16e3182
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,29 @@
+# Logs
+logs/
+*.log
+
+# Runtime data
+pids/
+*.pid
+*.seed
+
+# Local bootstrap repository
+/bootstrap/
+
+# Cache
+/.cache/
+
+# Coverage
+/.nyc_output/
+/coverage/
+
+# Bundler files and gems
+/.bundle/
+/vendor/
+
+# npm packages
+/node_modules/
+
+# Vim generated files
+*.swp
+*.swo