mirror of
https://github.com/Schroedinger-Hat/ImageGoNord-Web.git
synced 2025-10-05 23:52:47 +02:00
34 lines
321 B
Plaintext
34 lines
321 B
Plaintext
# Ide
|
|
.idea
|
|
images/*
|
|
!images/ign-demo-image.gif
|
|
!images/ign-demo-gruvbox.gif
|
|
|
|
#python cache
|
|
__pycache__/
|
|
|
|
# envs
|
|
env/
|
|
.venv
|
|
venv/
|
|
Pipfile.lock
|
|
|
|
# test output image
|
|
src/images/nord.png
|
|
src/images/test.*
|
|
|
|
# Vim
|
|
.vim/
|
|
*.sw*
|
|
|
|
# python files
|
|
.pyc
|
|
__pycache__/
|
|
|
|
# temp dir
|
|
temp/
|
|
|
|
# node modules
|
|
node_modules
|
|
package-lock.json
|