diff options
| author | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-03-23 22:35:50 +0200 |
|---|---|---|
| committer | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-03-23 22:35:50 +0200 |
| commit | e712800cc853e45c6365b3e3f0c5c7db6f9eb4b3 (patch) | |
| tree | 8fe274e3a849882f1005297bf0854c3cc40b941d /.gitignore | |
| parent | 72a4df59fb735b54ad653778224599148e27c02d (diff) | |
| download | linkeysearch-e712800cc853e45c6365b3e3f0c5c7db6f9eb4b3.tar.gz linkeysearch-e712800cc853e45c6365b3e3f0c5c7db6f9eb4b3.tar.bz2 linkeysearch-e712800cc853e45c6365b3e3f0c5c7db6f9eb4b3.zip | |
freq_GCF: freq implementation as Google Cloud Function; added security options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -54,4 +54,7 @@ Thumbs.db app/public/temp/ # authentication files (json) for Google Cloud Services -auth/*.json
\ No newline at end of file +auth/*.json + +# environmental variable files +.env
\ No newline at end of file |
