[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[reclaim-ui] 03/459: add gitignore
From: |
gnunet |
Subject: |
[reclaim-ui] 03/459: add gitignore |
Date: |
Fri, 11 Jun 2021 23:21:35 +0200 |
This is an automated email from the git hooks/post-receive script.
martin-schanzenbach pushed a commit to branch master
in repository reclaim-ui.
commit 46df9a9ff02ea9bbbef1f085c6af6b4c592f53e8
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Tue Nov 20 15:27:05 2018 +0100
add gitignore
---
.gitignore | 44 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..eabf65e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,44 @@
+# See http://help.github.com/ignore-files/ for more about ignoring files.
+
+# compiled output
+/dist
+/dist-server
+/tmp
+/out-tsc
+
+# dependencies
+/node_modules
+
+# IDEs and editors
+/.idea
+.project
+.classpath
+.c9/
+*.launch
+.settings/
+*.sublime-workspace
+
+# IDE - VSCode
+.vscode/*
+!.vscode/settings.json
+!.vscode/tasks.json
+!.vscode/launch.json
+!.vscode/extensions.json
+
+# misc
+/.sass-cache
+/connect.lock
+/coverage
+/libpeerconnection.log
+npm-debug.log
+yarn-error.log
+testem.log
+/typings
+
+# e2e
+/e2e/*.js
+/e2e/*.map
+
+# System Files
+.DS_Store
+Thumbs.db
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [reclaim-ui] branch master created (now 1617025), gnunet, 2021/06/11
- [reclaim-ui] 09/459: fix cors, gnunet, 2021/06/11
- [reclaim-ui] 08/459: change title, readme, gnunet, 2021/06/11
- [reclaim-ui] 10/459: optimised Dockerfile -> yarn running all the time (unintended), gnunet, 2021/06/11
- [reclaim-ui] 06/459: update deps, gnunet, 2021/06/11
- [reclaim-ui] 03/459: add gitignore,
gnunet <=
- [reclaim-ui] 12/459: implemented functionality for redirecting for access_denied #2, gnunet, 2021/06/11
- [reclaim-ui] 05/459: forgot file, gnunet, 2021/06/11
- [reclaim-ui] 13/459: added error desc for access_denied, gnunet, 2021/06/11
- [reclaim-ui] 15/459: See previous commit, gnunet, 2021/06/11
- [reclaim-ui] 16/459: Update README.md, gnunet, 2021/06/11
- [reclaim-ui] 01/459: Initial commit, gnunet, 2021/06/11
- [reclaim-ui] 07/459: readme update, gnunet, 2021/06/11
- [reclaim-ui] 11/459: resolved #1, gnunet, 2021/06/11
- [reclaim-ui] 04/459: add yarn lock, gnunet, 2021/06/11
- [reclaim-ui] 14/459: towards cancel ng, gnunet, 2021/06/11