alessandro trinca tornidor
commited on
Commit
·
c451b7f
1
Parent(s):
1918068
chore: update .gitignore and some setting files
Browse files- .gitignore +495 -114
- .idea/.gitignore +8 -0
- .idea/compiler.xml +6 -0
- .idea/sonarlint.xml +8 -0
- .idea/vcs.xml +7 -0
- static/.vscode/settings.json +6 -0
.gitignore
CHANGED
|
@@ -1,61 +1,13 @@
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
# temporary files which can be created if a process still has a handle open of a deleted file
|
| 8 |
-
.fuse_hidden*
|
| 9 |
-
|
| 10 |
-
# KDE directory preferences
|
| 11 |
-
.directory
|
| 12 |
-
|
| 13 |
-
# Linux trash folder which might appear on any partition or disk
|
| 14 |
-
.Trash-*
|
| 15 |
-
|
| 16 |
-
# .nfs files are created when an open file is removed but is still being accessed
|
| 17 |
-
.nfs*
|
| 18 |
-
|
| 19 |
-
### OSX ###
|
| 20 |
-
*.DS_Store
|
| 21 |
-
.AppleDouble
|
| 22 |
-
.LSOverride
|
| 23 |
-
|
| 24 |
-
# Icon must end with two \r
|
| 25 |
-
Icon
|
| 26 |
-
|
| 27 |
-
# Thumbnails
|
| 28 |
-
._*
|
| 29 |
-
|
| 30 |
-
# Files that might appear in the root of a volume
|
| 31 |
-
.DocumentRevisions-V100
|
| 32 |
-
.fseventsd
|
| 33 |
-
.Spotlight-V100
|
| 34 |
-
.TemporaryItems
|
| 35 |
-
.Trashes
|
| 36 |
-
.VolumeIcon.icns
|
| 37 |
-
.com.apple.timemachine.donotpresent
|
| 38 |
-
|
| 39 |
-
# Directories potentially created on remote AFP share
|
| 40 |
-
.AppleDB
|
| 41 |
-
.AppleDesktop
|
| 42 |
-
Network Trash Folder
|
| 43 |
-
Temporary Items
|
| 44 |
-
.apdisk
|
| 45 |
-
|
| 46 |
-
# CMake
|
| 47 |
-
cmake-build-debug/
|
| 48 |
-
|
| 49 |
-
# Ruby plugin and RubyMine
|
| 50 |
-
/.rakeTasks
|
| 51 |
-
|
| 52 |
-
# Crashlytics plugin (for Android Studio and IntelliJ)
|
| 53 |
-
com_crashlytics_export_strings.xml
|
| 54 |
-
crashlytics.properties
|
| 55 |
-
crashlytics-build.properties
|
| 56 |
-
fabric.properties
|
| 57 |
|
| 58 |
-
### Python ###
|
| 59 |
# Byte-compiled / optimized / DLL files
|
| 60 |
__pycache__/
|
| 61 |
*.py[cod]
|
|
@@ -78,9 +30,11 @@ parts/
|
|
| 78 |
sdist/
|
| 79 |
var/
|
| 80 |
wheels/
|
|
|
|
| 81 |
*.egg-info/
|
| 82 |
.installed.cfg
|
| 83 |
*.egg
|
|
|
|
| 84 |
|
| 85 |
# PyInstaller
|
| 86 |
# Usually these files are written by a python script from a template
|
|
@@ -95,6 +49,7 @@ pip-delete-this-directory.txt
|
|
| 95 |
# Unit test / coverage reports
|
| 96 |
htmlcov/
|
| 97 |
.tox/
|
|
|
|
| 98 |
.coverage
|
| 99 |
.coverage.*
|
| 100 |
.cache
|
|
@@ -103,6 +58,8 @@ nosetests.xml
|
|
| 103 |
coverage.xml
|
| 104 |
*.cover
|
| 105 |
.hypothesis/
|
|
|
|
|
|
|
| 106 |
*/playwright-report/*
|
| 107 |
*/test-results/*
|
| 108 |
coverage.json
|
|
@@ -111,41 +68,77 @@ coverage.json
|
|
| 111 |
*.mo
|
| 112 |
*.pot
|
| 113 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 114 |
# Flask stuff:
|
| 115 |
instance/
|
| 116 |
-
.webassets-cache
|
| 117 |
|
| 118 |
# Scrapy stuff:
|
| 119 |
.scrapy
|
| 120 |
|
| 121 |
# Sphinx documentation
|
| 122 |
-
docs/_build/
|
| 123 |
-
docs/_build/html/*
|
| 124 |
|
| 125 |
# PyBuilder
|
|
|
|
| 126 |
target/
|
| 127 |
|
| 128 |
# Jupyter Notebook
|
| 129 |
.ipynb_checkpoints
|
| 130 |
|
| 131 |
-
#
|
| 132 |
-
|
|
|
|
| 133 |
|
| 134 |
-
#
|
| 135 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 136 |
|
| 137 |
# SageMath parsed files
|
| 138 |
*.sage.py
|
| 139 |
|
| 140 |
# Environments
|
| 141 |
-
.env
|
| 142 |
-
.env*
|
| 143 |
.venv
|
| 144 |
env/
|
| 145 |
venv/
|
| 146 |
ENV/
|
| 147 |
env.bak/
|
| 148 |
venv.bak/
|
|
|
|
| 149 |
|
| 150 |
# Spyder project settings
|
| 151 |
.spyderproject
|
|
@@ -159,57 +152,223 @@ venv.bak/
|
|
| 159 |
|
| 160 |
# mypy
|
| 161 |
.mypy_cache/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 162 |
|
| 163 |
-
###
|
| 164 |
-
|
| 165 |
-
!.vscode/settings.json
|
| 166 |
-
!.vscode/tasks.json
|
| 167 |
-
!.vscode/launch.json
|
| 168 |
-
!.vscode/extensions.json
|
| 169 |
-
.history
|
| 170 |
|
| 171 |
-
|
| 172 |
-
|
| 173 |
-
Thumbs.db
|
| 174 |
-
ehthumbs.db
|
| 175 |
-
ehthumbs_vista.db
|
| 176 |
|
| 177 |
-
#
|
| 178 |
-
|
| 179 |
|
| 180 |
-
#
|
| 181 |
-
|
| 182 |
|
| 183 |
-
#
|
| 184 |
-
|
| 185 |
-
*.msi
|
| 186 |
-
*.msm
|
| 187 |
-
*.msp
|
| 188 |
|
| 189 |
-
|
| 190 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 191 |
|
| 192 |
-
#
|
|
|
|
| 193 |
|
| 194 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 195 |
|
| 196 |
-
#
|
| 197 |
-
|
| 198 |
-
tmp
|
| 199 |
-
nohup.out
|
| 200 |
-
/tests/events.tar
|
| 201 |
-
function_dump_*.json
|
| 202 |
-
vis_output/*
|
| 203 |
-
data*
|
| 204 |
-
data/*
|
| 205 |
|
| 206 |
-
#
|
| 207 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 208 |
|
| 209 |
-
#
|
|
|
|
| 210 |
|
| 211 |
-
|
| 212 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 213 |
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
| 214 |
|
| 215 |
# User-specific stuff
|
|
@@ -219,6 +378,9 @@ data/*
|
|
| 219 |
.idea/**/dictionaries
|
| 220 |
.idea/**/shelf
|
| 221 |
|
|
|
|
|
|
|
|
|
|
| 222 |
# Generated files
|
| 223 |
.idea/**/contentModel.xml
|
| 224 |
|
|
@@ -239,9 +401,14 @@ data/*
|
|
| 239 |
# When using Gradle or Maven with auto-import, you should exclude module files,
|
| 240 |
# since they will be recreated, and may cause churn. Uncomment if using
|
| 241 |
# auto-import.
|
|
|
|
|
|
|
|
|
|
| 242 |
# .idea/modules.xml
|
| 243 |
-
.idea/*.iml
|
| 244 |
# .idea/modules
|
|
|
|
|
|
|
| 245 |
|
| 246 |
# CMake
|
| 247 |
cmake-build-*/
|
|
@@ -264,6 +431,9 @@ atlassian-ide-plugin.xml
|
|
| 264 |
# Cursive Clojure plugin
|
| 265 |
.idea/replstate.xml
|
| 266 |
|
|
|
|
|
|
|
|
|
|
| 267 |
# Crashlytics plugin (for Android Studio and IntelliJ)
|
| 268 |
com_crashlytics_export_strings.xml
|
| 269 |
crashlytics.properties
|
|
@@ -276,14 +446,225 @@ fabric.properties
|
|
| 276 |
# Android studio 3.1+ serialized cache file
|
| 277 |
.idea/caches/build_file_checksums.ser
|
| 278 |
|
| 279 |
-
|
| 280 |
-
.
|
| 281 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 282 |
|
| 283 |
-
#
|
| 284 |
-
|
| 285 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 286 |
|
| 287 |
-
#
|
| 288 |
-
|
| 289 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Created by https://www.toptal.com/developers/gitignore/api/git,osx,linux,python,windows,node,visualstudiocode,pycharm+iml,webstorm+iml,sonarqube,flask
|
| 2 |
+
# Edit at https://www.toptal.com/developers/gitignore?templates=git,osx,linux,python,windows,node,visualstudiocode,pycharm+iml,webstorm+iml,sonarqube,flask
|
| 3 |
|
| 4 |
+
### Flask ###
|
| 5 |
+
instance/*
|
| 6 |
+
!instance/.gitignore
|
| 7 |
+
.webassets-cache
|
| 8 |
+
.env
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
|
| 10 |
+
### Flask.Python Stack ###
|
| 11 |
# Byte-compiled / optimized / DLL files
|
| 12 |
__pycache__/
|
| 13 |
*.py[cod]
|
|
|
|
| 30 |
sdist/
|
| 31 |
var/
|
| 32 |
wheels/
|
| 33 |
+
share/python-wheels/
|
| 34 |
*.egg-info/
|
| 35 |
.installed.cfg
|
| 36 |
*.egg
|
| 37 |
+
MANIFEST
|
| 38 |
|
| 39 |
# PyInstaller
|
| 40 |
# Usually these files are written by a python script from a template
|
|
|
|
| 49 |
# Unit test / coverage reports
|
| 50 |
htmlcov/
|
| 51 |
.tox/
|
| 52 |
+
.nox/
|
| 53 |
.coverage
|
| 54 |
.coverage.*
|
| 55 |
.cache
|
|
|
|
| 58 |
coverage.xml
|
| 59 |
*.cover
|
| 60 |
.hypothesis/
|
| 61 |
+
cover/
|
| 62 |
+
# playwright
|
| 63 |
*/playwright-report/*
|
| 64 |
*/test-results/*
|
| 65 |
coverage.json
|
|
|
|
| 68 |
*.mo
|
| 69 |
*.pot
|
| 70 |
|
| 71 |
+
# Django stuff:
|
| 72 |
+
*.log
|
| 73 |
+
local_settings.py
|
| 74 |
+
db.sqlite3
|
| 75 |
+
db.sqlite3-journal
|
| 76 |
+
|
| 77 |
# Flask stuff:
|
| 78 |
instance/
|
|
|
|
| 79 |
|
| 80 |
# Scrapy stuff:
|
| 81 |
.scrapy
|
| 82 |
|
| 83 |
# Sphinx documentation
|
| 84 |
+
docs/_build/
|
|
|
|
| 85 |
|
| 86 |
# PyBuilder
|
| 87 |
+
.pybuilder/
|
| 88 |
target/
|
| 89 |
|
| 90 |
# Jupyter Notebook
|
| 91 |
.ipynb_checkpoints
|
| 92 |
|
| 93 |
+
# IPython
|
| 94 |
+
profile_default/
|
| 95 |
+
ipython_config.py
|
| 96 |
|
| 97 |
+
# pyenv
|
| 98 |
+
# For a library or package, you might want to ignore these files since the code is
|
| 99 |
+
# intended to run in multiple environments; otherwise, check them in:
|
| 100 |
+
# .python-version
|
| 101 |
+
|
| 102 |
+
# pipenv
|
| 103 |
+
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
|
| 104 |
+
# However, in case of collaboration, if having platform-specific dependencies or dependencies
|
| 105 |
+
# having no cross-platform support, pipenv may install dependencies that don't work, or not
|
| 106 |
+
# install all needed dependencies.
|
| 107 |
+
#Pipfile.lock
|
| 108 |
+
|
| 109 |
+
# poetry
|
| 110 |
+
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
|
| 111 |
+
# This is especially recommended for binary packages to ensure reproducibility, and is more
|
| 112 |
+
# commonly ignored for libraries.
|
| 113 |
+
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
|
| 114 |
+
#poetry.lock
|
| 115 |
+
|
| 116 |
+
# pdm
|
| 117 |
+
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
|
| 118 |
+
#pdm.lock
|
| 119 |
+
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
|
| 120 |
+
# in version control.
|
| 121 |
+
# https://pdm.fming.dev/#use-with-ide
|
| 122 |
+
.pdm.toml
|
| 123 |
+
|
| 124 |
+
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
|
| 125 |
+
__pypackages__/
|
| 126 |
+
|
| 127 |
+
# Celery stuff
|
| 128 |
+
celerybeat-schedule
|
| 129 |
+
celerybeat.pid
|
| 130 |
|
| 131 |
# SageMath parsed files
|
| 132 |
*.sage.py
|
| 133 |
|
| 134 |
# Environments
|
|
|
|
|
|
|
| 135 |
.venv
|
| 136 |
env/
|
| 137 |
venv/
|
| 138 |
ENV/
|
| 139 |
env.bak/
|
| 140 |
venv.bak/
|
| 141 |
+
.env*
|
| 142 |
|
| 143 |
# Spyder project settings
|
| 144 |
.spyderproject
|
|
|
|
| 152 |
|
| 153 |
# mypy
|
| 154 |
.mypy_cache/
|
| 155 |
+
.dmypy.json
|
| 156 |
+
dmypy.json
|
| 157 |
+
|
| 158 |
+
# Pyre type checker
|
| 159 |
+
.pyre/
|
| 160 |
+
|
| 161 |
+
# pytype static type analyzer
|
| 162 |
+
.pytype/
|
| 163 |
+
|
| 164 |
+
# Cython debug symbols
|
| 165 |
+
cython_debug/
|
| 166 |
+
|
| 167 |
+
# PyCharm
|
| 168 |
+
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
|
| 169 |
+
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
| 170 |
+
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
| 171 |
+
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
| 172 |
+
#.idea/
|
| 173 |
+
|
| 174 |
+
### Git ###
|
| 175 |
+
# Created by git for backups. To disable backups in Git:
|
| 176 |
+
# $ git config --global mergetool.keepBackup false
|
| 177 |
+
*.orig
|
| 178 |
+
|
| 179 |
+
# Created by git when using merge tools for conflicts
|
| 180 |
+
*.BACKUP.*
|
| 181 |
+
*.BASE.*
|
| 182 |
+
*.LOCAL.*
|
| 183 |
+
*.REMOTE.*
|
| 184 |
+
*_BACKUP_*.txt
|
| 185 |
+
*_BASE_*.txt
|
| 186 |
+
*_LOCAL_*.txt
|
| 187 |
+
*_REMOTE_*.txt
|
| 188 |
|
| 189 |
+
### Linux ###
|
| 190 |
+
*~
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 191 |
|
| 192 |
+
# temporary files which can be created if a process still has a handle open of a deleted file
|
| 193 |
+
.fuse_hidden*
|
|
|
|
|
|
|
|
|
|
| 194 |
|
| 195 |
+
# KDE directory preferences
|
| 196 |
+
.directory
|
| 197 |
|
| 198 |
+
# Linux trash folder which might appear on any partition or disk
|
| 199 |
+
.Trash-*
|
| 200 |
|
| 201 |
+
# .nfs files are created when an open file is removed but is still being accessed
|
| 202 |
+
.nfs*
|
|
|
|
|
|
|
|
|
|
| 203 |
|
| 204 |
+
### Node ###
|
| 205 |
+
# Logs
|
| 206 |
+
logs
|
| 207 |
+
npm-debug.log*
|
| 208 |
+
yarn-debug.log*
|
| 209 |
+
yarn-error.log*
|
| 210 |
+
lerna-debug.log*
|
| 211 |
+
.pnpm-debug.log*
|
| 212 |
|
| 213 |
+
# Diagnostic reports (https://nodejs.org/api/report.html)
|
| 214 |
+
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
| 215 |
|
| 216 |
+
# Runtime data
|
| 217 |
+
pids
|
| 218 |
+
*.pid
|
| 219 |
+
*.seed
|
| 220 |
+
*.pid.lock
|
| 221 |
|
| 222 |
+
# Directory for instrumented libs generated by jscoverage/JSCover
|
| 223 |
+
lib-cov
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 224 |
|
| 225 |
+
# Coverage directory used by tools like istanbul
|
| 226 |
+
coverage
|
| 227 |
+
*.lcov
|
| 228 |
+
|
| 229 |
+
# nyc test coverage
|
| 230 |
+
.nyc_output
|
| 231 |
+
|
| 232 |
+
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
|
| 233 |
+
.grunt
|
| 234 |
+
|
| 235 |
+
# Bower dependency directory (https://bower.io/)
|
| 236 |
+
bower_components
|
| 237 |
+
|
| 238 |
+
# node-waf configuration
|
| 239 |
+
.lock-wscript
|
| 240 |
+
|
| 241 |
+
# Compiled binary addons (https://nodejs.org/api/addons.html)
|
| 242 |
+
build/Release
|
| 243 |
+
|
| 244 |
+
# Dependency directories
|
| 245 |
+
node_modules/
|
| 246 |
+
jspm_packages/
|
| 247 |
+
|
| 248 |
+
# Snowpack dependency directory (https://snowpack.dev/)
|
| 249 |
+
web_modules/
|
| 250 |
+
|
| 251 |
+
# TypeScript cache
|
| 252 |
+
*.tsbuildinfo
|
| 253 |
+
|
| 254 |
+
# Optional npm cache directory
|
| 255 |
+
.npm
|
| 256 |
+
|
| 257 |
+
# Optional eslint cache
|
| 258 |
+
.eslintcache
|
| 259 |
+
|
| 260 |
+
# Optional stylelint cache
|
| 261 |
+
.stylelintcache
|
| 262 |
+
|
| 263 |
+
# Microbundle cache
|
| 264 |
+
.rpt2_cache/
|
| 265 |
+
.rts2_cache_cjs/
|
| 266 |
+
.rts2_cache_es/
|
| 267 |
+
.rts2_cache_umd/
|
| 268 |
+
|
| 269 |
+
# Optional REPL history
|
| 270 |
+
.node_repl_history
|
| 271 |
|
| 272 |
+
# Output of 'npm pack'
|
| 273 |
+
*.tgz
|
| 274 |
|
| 275 |
+
# Yarn Integrity file
|
| 276 |
+
.yarn-integrity
|
| 277 |
+
|
| 278 |
+
# dotenv environment variable files
|
| 279 |
+
.env.development.local
|
| 280 |
+
.env.test.local
|
| 281 |
+
.env.production.local
|
| 282 |
+
.env.local
|
| 283 |
+
|
| 284 |
+
# parcel-bundler cache (https://parceljs.org/)
|
| 285 |
+
.parcel-cache
|
| 286 |
+
|
| 287 |
+
# Next.js build output
|
| 288 |
+
.next
|
| 289 |
+
out
|
| 290 |
+
|
| 291 |
+
# Nuxt.js build / generate output
|
| 292 |
+
.nuxt
|
| 293 |
+
dist
|
| 294 |
+
|
| 295 |
+
# Gatsby files
|
| 296 |
+
.cache/
|
| 297 |
+
# Comment in the public line in if your project uses Gatsby and not Next.js
|
| 298 |
+
# https://nextjs.org/blog/next-9-1#public-directory-support
|
| 299 |
+
# public
|
| 300 |
+
|
| 301 |
+
# vuepress build output
|
| 302 |
+
.vuepress/dist
|
| 303 |
+
|
| 304 |
+
# vuepress v2.x temp and cache directory
|
| 305 |
+
.temp
|
| 306 |
+
|
| 307 |
+
# Docusaurus cache and generated files
|
| 308 |
+
.docusaurus
|
| 309 |
+
|
| 310 |
+
# Serverless directories
|
| 311 |
+
.serverless/
|
| 312 |
+
|
| 313 |
+
# FuseBox cache
|
| 314 |
+
.fusebox/
|
| 315 |
+
|
| 316 |
+
# DynamoDB Local files
|
| 317 |
+
.dynamodb/
|
| 318 |
+
|
| 319 |
+
# TernJS port file
|
| 320 |
+
.tern-port
|
| 321 |
+
|
| 322 |
+
# Stores VSCode versions used for testing VSCode extensions
|
| 323 |
+
.vscode-test
|
| 324 |
+
|
| 325 |
+
# yarn v2
|
| 326 |
+
.yarn/cache
|
| 327 |
+
.yarn/unplugged
|
| 328 |
+
.yarn/build-state.yml
|
| 329 |
+
.yarn/install-state.gz
|
| 330 |
+
.pnp.*
|
| 331 |
+
|
| 332 |
+
### Node Patch ###
|
| 333 |
+
# Serverless Webpack directories
|
| 334 |
+
.webpack/
|
| 335 |
+
|
| 336 |
+
# Optional stylelint cache
|
| 337 |
+
|
| 338 |
+
# SvelteKit build / generate output
|
| 339 |
+
.svelte-kit
|
| 340 |
+
|
| 341 |
+
### OSX ###
|
| 342 |
+
# General
|
| 343 |
+
.DS_Store
|
| 344 |
+
.AppleDouble
|
| 345 |
+
.LSOverride
|
| 346 |
+
|
| 347 |
+
# Icon must end with two \r
|
| 348 |
+
Icon
|
| 349 |
+
|
| 350 |
+
|
| 351 |
+
# Thumbnails
|
| 352 |
+
._*
|
| 353 |
+
|
| 354 |
+
# Files that might appear in the root of a volume
|
| 355 |
+
.DocumentRevisions-V100
|
| 356 |
+
.fseventsd
|
| 357 |
+
.Spotlight-V100
|
| 358 |
+
.TemporaryItems
|
| 359 |
+
.Trashes
|
| 360 |
+
.VolumeIcon.icns
|
| 361 |
+
.com.apple.timemachine.donotpresent
|
| 362 |
+
|
| 363 |
+
# Directories potentially created on remote AFP share
|
| 364 |
+
.AppleDB
|
| 365 |
+
.AppleDesktop
|
| 366 |
+
Network Trash Folder
|
| 367 |
+
Temporary Items
|
| 368 |
+
.apdisk
|
| 369 |
+
|
| 370 |
+
### PyCharm+iml ###
|
| 371 |
+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
|
| 372 |
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
| 373 |
|
| 374 |
# User-specific stuff
|
|
|
|
| 378 |
.idea/**/dictionaries
|
| 379 |
.idea/**/shelf
|
| 380 |
|
| 381 |
+
# AWS User-specific
|
| 382 |
+
.idea/**/aws.xml
|
| 383 |
+
|
| 384 |
# Generated files
|
| 385 |
.idea/**/contentModel.xml
|
| 386 |
|
|
|
|
| 401 |
# When using Gradle or Maven with auto-import, you should exclude module files,
|
| 402 |
# since they will be recreated, and may cause churn. Uncomment if using
|
| 403 |
# auto-import.
|
| 404 |
+
# .idea/artifacts
|
| 405 |
+
# .idea/compiler.xml
|
| 406 |
+
# .idea/jarRepositories.xml
|
| 407 |
# .idea/modules.xml
|
| 408 |
+
# .idea/*.iml
|
| 409 |
# .idea/modules
|
| 410 |
+
# *.iml
|
| 411 |
+
# *.ipr
|
| 412 |
|
| 413 |
# CMake
|
| 414 |
cmake-build-*/
|
|
|
|
| 431 |
# Cursive Clojure plugin
|
| 432 |
.idea/replstate.xml
|
| 433 |
|
| 434 |
+
# SonarLint plugin
|
| 435 |
+
.idea/sonarlint/
|
| 436 |
+
|
| 437 |
# Crashlytics plugin (for Android Studio and IntelliJ)
|
| 438 |
com_crashlytics_export_strings.xml
|
| 439 |
crashlytics.properties
|
|
|
|
| 446 |
# Android studio 3.1+ serialized cache file
|
| 447 |
.idea/caches/build_file_checksums.ser
|
| 448 |
|
| 449 |
+
### PyCharm+iml Patch ###
|
| 450 |
+
# Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
|
| 451 |
+
|
| 452 |
+
*.iml
|
| 453 |
+
modules.xml
|
| 454 |
+
.idea/misc.xml
|
| 455 |
+
*.ipr
|
| 456 |
+
|
| 457 |
+
### Python ###
|
| 458 |
+
# Byte-compiled / optimized / DLL files
|
| 459 |
+
|
| 460 |
+
# C extensions
|
| 461 |
+
|
| 462 |
+
# Distribution / packaging
|
| 463 |
+
|
| 464 |
+
# PyInstaller
|
| 465 |
+
# Usually these files are written by a python script from a template
|
| 466 |
+
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
| 467 |
+
|
| 468 |
+
# Installer logs
|
| 469 |
+
|
| 470 |
+
# Unit test / coverage reports
|
| 471 |
+
|
| 472 |
+
# Translations
|
| 473 |
+
|
| 474 |
+
# Django stuff:
|
| 475 |
+
|
| 476 |
+
# Flask stuff:
|
| 477 |
+
|
| 478 |
+
# Scrapy stuff:
|
| 479 |
+
|
| 480 |
+
# Sphinx documentation
|
| 481 |
+
|
| 482 |
+
# PyBuilder
|
| 483 |
+
|
| 484 |
+
# Jupyter Notebook
|
| 485 |
+
|
| 486 |
+
# IPython
|
| 487 |
+
|
| 488 |
+
# pyenv
|
| 489 |
+
# For a library or package, you might want to ignore these files since the code is
|
| 490 |
+
# intended to run in multiple environments; otherwise, check them in:
|
| 491 |
+
# .python-version
|
| 492 |
+
|
| 493 |
+
# pipenv
|
| 494 |
+
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
|
| 495 |
+
# However, in case of collaboration, if having platform-specific dependencies or dependencies
|
| 496 |
+
# having no cross-platform support, pipenv may install dependencies that don't work, or not
|
| 497 |
+
# install all needed dependencies.
|
| 498 |
+
|
| 499 |
+
# poetry
|
| 500 |
+
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
|
| 501 |
+
# This is especially recommended for binary packages to ensure reproducibility, and is more
|
| 502 |
+
# commonly ignored for libraries.
|
| 503 |
+
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
|
| 504 |
+
|
| 505 |
+
# pdm
|
| 506 |
+
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
|
| 507 |
+
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
|
| 508 |
+
# in version control.
|
| 509 |
+
# https://pdm.fming.dev/#use-with-ide
|
| 510 |
+
|
| 511 |
+
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
|
| 512 |
+
|
| 513 |
+
# Celery stuff
|
| 514 |
+
|
| 515 |
+
# SageMath parsed files
|
| 516 |
+
|
| 517 |
+
# Environments
|
| 518 |
+
|
| 519 |
+
# Spyder project settings
|
| 520 |
+
|
| 521 |
+
# Rope project settings
|
| 522 |
+
|
| 523 |
+
# mkdocs documentation
|
| 524 |
+
|
| 525 |
+
# mypy
|
| 526 |
+
|
| 527 |
+
# Pyre type checker
|
| 528 |
+
|
| 529 |
+
# pytype static type analyzer
|
| 530 |
+
|
| 531 |
+
# Cython debug symbols
|
| 532 |
+
|
| 533 |
+
# PyCharm
|
| 534 |
+
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
|
| 535 |
+
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
| 536 |
+
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
| 537 |
+
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
| 538 |
+
|
| 539 |
+
### Python Patch ###
|
| 540 |
+
# Poetry local configuration file - https://python-poetry.org/docs/configuration/#local-configuration
|
| 541 |
+
poetry.toml
|
| 542 |
+
|
| 543 |
+
# ruff
|
| 544 |
+
.ruff_cache/
|
| 545 |
+
|
| 546 |
+
# LSP config files
|
| 547 |
+
pyrightconfig.json
|
| 548 |
+
|
| 549 |
+
### SonarQube ###
|
| 550 |
+
# SonarQube ignore files.
|
| 551 |
+
#
|
| 552 |
+
# https://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner
|
| 553 |
+
# Sonar Scanner working directories
|
| 554 |
+
.sonar/
|
| 555 |
+
.sonarqube/
|
| 556 |
+
.scannerwork/
|
| 557 |
+
|
| 558 |
+
# http://www.sonarlint.org/commandline/
|
| 559 |
+
# SonarLint working directories, configuration files (including credentials)
|
| 560 |
+
.sonarlint/
|
| 561 |
+
|
| 562 |
+
### VisualStudioCode ###
|
| 563 |
+
.vscode/*
|
| 564 |
+
!.vscode/settings.json
|
| 565 |
+
!.vscode/tasks.json
|
| 566 |
+
!.vscode/launch.json
|
| 567 |
+
!.vscode/extensions.json
|
| 568 |
+
!.vscode/*.code-snippets
|
| 569 |
+
!*/.vscode/*
|
| 570 |
+
!*/.vscode/settings.json
|
| 571 |
+
!*/.vscode/tasks.json
|
| 572 |
+
!*/.vscode/launch.json
|
| 573 |
+
!*/.vscode/extensions.json
|
| 574 |
+
!*/.vscode/*.code-snippets
|
| 575 |
+
|
| 576 |
+
# Local History for Visual Studio Code
|
| 577 |
+
.history/
|
| 578 |
+
|
| 579 |
+
# Built Visual Studio Code Extensions
|
| 580 |
+
*.vsix
|
| 581 |
+
|
| 582 |
+
### VisualStudioCode Patch ###
|
| 583 |
+
# Ignore all local history of files
|
| 584 |
+
.history
|
| 585 |
+
.ionide
|
| 586 |
+
|
| 587 |
+
### WebStorm+iml ###
|
| 588 |
+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
|
| 589 |
+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
| 590 |
+
|
| 591 |
+
# User-specific stuff
|
| 592 |
+
|
| 593 |
+
# AWS User-specific
|
| 594 |
+
|
| 595 |
+
# Generated files
|
| 596 |
+
|
| 597 |
+
# Sensitive or high-churn files
|
| 598 |
+
|
| 599 |
+
# Gradle
|
| 600 |
|
| 601 |
+
# Gradle and Maven with auto-import
|
| 602 |
+
# When using Gradle or Maven with auto-import, you should exclude module files,
|
| 603 |
+
# since they will be recreated, and may cause churn. Uncomment if using
|
| 604 |
+
# auto-import.
|
| 605 |
+
# .idea/artifacts
|
| 606 |
+
# .idea/compiler.xml
|
| 607 |
+
# .idea/jarRepositories.xml
|
| 608 |
+
# .idea/modules.xml
|
| 609 |
+
# .idea/*.iml
|
| 610 |
+
# .idea/modules
|
| 611 |
+
# *.iml
|
| 612 |
+
# *.ipr
|
| 613 |
+
|
| 614 |
+
# CMake
|
| 615 |
+
|
| 616 |
+
# Mongo Explorer plugin
|
| 617 |
+
|
| 618 |
+
# File-based project format
|
| 619 |
+
|
| 620 |
+
# IntelliJ
|
| 621 |
+
|
| 622 |
+
# mpeltonen/sbt-idea plugin
|
| 623 |
+
|
| 624 |
+
# JIRA plugin
|
| 625 |
|
| 626 |
+
# Cursive Clojure plugin
|
| 627 |
+
|
| 628 |
+
# SonarLint plugin
|
| 629 |
+
|
| 630 |
+
# Crashlytics plugin (for Android Studio and IntelliJ)
|
| 631 |
+
|
| 632 |
+
# Editor-based Rest Client
|
| 633 |
+
|
| 634 |
+
# Android studio 3.1+ serialized cache file
|
| 635 |
+
|
| 636 |
+
### WebStorm+iml Patch ###
|
| 637 |
+
# Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
|
| 638 |
+
|
| 639 |
+
|
| 640 |
+
### Windows ###
|
| 641 |
+
# Windows thumbnail cache files
|
| 642 |
+
Thumbs.db
|
| 643 |
+
Thumbs.db:encryptable
|
| 644 |
+
ehthumbs.db
|
| 645 |
+
ehthumbs_vista.db
|
| 646 |
+
|
| 647 |
+
# Dump file
|
| 648 |
+
*.stackdump
|
| 649 |
+
|
| 650 |
+
# Folder config file
|
| 651 |
+
[Dd]esktop.ini
|
| 652 |
+
|
| 653 |
+
# Recycle Bin used on file shares
|
| 654 |
+
$RECYCLE.BIN/
|
| 655 |
+
|
| 656 |
+
# Windows Installer files
|
| 657 |
+
*.cab
|
| 658 |
+
*.msi
|
| 659 |
+
*.msix
|
| 660 |
+
*.msm
|
| 661 |
+
*.msp
|
| 662 |
+
|
| 663 |
+
# Windows shortcuts
|
| 664 |
+
*.lnk
|
| 665 |
+
|
| 666 |
+
# End of https://www.toptal.com/developers/gitignore/api/git,osx,linux,python,windows,node,visualstudiocode,pycharm+iml,webstorm+iml,sonarqube,flask
|
| 667 |
+
# custom
|
| 668 |
+
# onnx models
|
| 669 |
+
*.onnx
|
| 670 |
+
tmp/*
|
.idea/.gitignore
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Default ignored files
|
| 2 |
+
/shelf/
|
| 3 |
+
/workspace.xml
|
| 4 |
+
# Editor-based HTTP Client requests
|
| 5 |
+
/httpRequests/
|
| 6 |
+
# Datasource local storage ignored files
|
| 7 |
+
/dataSources/
|
| 8 |
+
/dataSources.local.xml
|
.idea/compiler.xml
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<project version="4">
|
| 3 |
+
<component name="TypeScriptCompiler">
|
| 4 |
+
<option name="useTypesFromServer" value="true" />
|
| 5 |
+
</component>
|
| 6 |
+
</project>
|
.idea/sonarlint.xml
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<project version="4">
|
| 3 |
+
<component name="SonarLintProjectSettings">
|
| 4 |
+
<option name="bindingEnabled" value="true" />
|
| 5 |
+
<option name="projectKey" value="my_ghost_writer" />
|
| 6 |
+
<option name="serverId" value="sonarqube_server_local" />
|
| 7 |
+
</component>
|
| 8 |
+
</project>
|
.idea/vcs.xml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<project version="4">
|
| 3 |
+
<component name="VcsDirectoryMappings">
|
| 4 |
+
<mapping directory="" vcs="Git" />
|
| 5 |
+
<mapping directory="$PROJECT_DIR$/lite.koboldai.net" vcs="Git" />
|
| 6 |
+
</component>
|
| 7 |
+
</project>
|
static/.vscode/settings.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"sonarlint.connectedMode.project": {
|
| 3 |
+
"connectionId": "http-localhost-9000",
|
| 4 |
+
"projectKey": "my_ghost_writer"
|
| 5 |
+
}
|
| 6 |
+
}
|