diff options
| author | Geo Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-03-17 13:27:27 +0200 |
|---|---|---|
| committer | Geo Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-03-17 13:27:27 +0200 |
| commit | 504732c3d35d003fd5067240b98bc35f03c8cad9 (patch) | |
| tree | 21583aabf49a6a5ec59c41296c61c710d126896c | |
| parent | 700f8d7605b823accd293f51c2bed53438ac22ac (diff) | |
| download | linkeysearch-504732c3d35d003fd5067240b98bc35f03c8cad9.tar.gz linkeysearch-504732c3d35d003fd5067240b98bc35f03c8cad9.tar.bz2 linkeysearch-504732c3d35d003fd5067240b98bc35f03c8cad9.zip | |
repository cloning proccess; test commit/push
| -rw-r--r-- | .gitignore | 54 | ||||
| -rw-r--r-- | html/search-v2.html (renamed from search-v2.html) | 0 | ||||
| -rw-r--r-- | html/search-v3.html (renamed from search-v3.html) | 0 | ||||
| -rw-r--r-- | html/search.html (renamed from search.html) | 0 |
4 files changed, 54 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..229a35b --- /dev/null +++ b/.gitignore @@ -0,0 +1,54 @@ +# These are some examples of commonly ignored file patterns. +# You should customize this list as applicable to your project. +# Learn more about .gitignore: +# https://www.atlassian.com/git/tutorials/saving-changes/gitignore + +# Node artifact files +node_modules/ + +# Compiled Java class files +*.class + +# Compiled Python bytecode +*.py[cod] + +# Log files +*.log + +# Package files +*.jar + +# Maven +target/ + + +# JetBrains IDE +.idea/ + +# Unit test reports +TEST*.xml + +# Generated by MacOS +.DS_Store + +# Generated by Windows +Thumbs.db + +# Applications +*.app +*.exe +*.war + +# Large media files +*.mp4 +*.tiff +*.avi +*.flv +*.mov +*.wmv + +# VS Code configuration +.vscode/ + +# temp folders +app/public/temp/
\ No newline at end of file diff --git a/search-v2.html b/html/search-v2.html index 100565b..100565b 100644 --- a/search-v2.html +++ b/html/search-v2.html diff --git a/search-v3.html b/html/search-v3.html index 35e29ca..35e29ca 100644 --- a/search-v3.html +++ b/html/search-v3.html diff --git a/search.html b/html/search.html index 2a12941..2a12941 100644 --- a/search.html +++ b/html/search.html |
