mirror of
https://codeberg.org/Yael-II/Colour-Palette.git
synced 2026-03-15 10:46:27 +01:00
2026-02-01: First commit
This commit is contained in:
111
.gitignore
vendored
Normal file
111
.gitignore
vendored
Normal file
@@ -0,0 +1,111 @@
|
||||
# Specific files/directory
|
||||
# Specify here any specific file or directory to ignore
|
||||
old/
|
||||
|
||||
# Os generated files
|
||||
## Linux
|
||||
.Trash-*
|
||||
|
||||
## MacOS
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
.DocumentRevisions-V100
|
||||
.fseventsd
|
||||
.Spotlight-V100
|
||||
.TemporaryItems
|
||||
.Trashes
|
||||
.VolumeIcon.icns
|
||||
.com.apple.timemachine.donotpresent
|
||||
.AppleDB
|
||||
.AppleDesktop
|
||||
Network Trash Folder
|
||||
Temporary Items
|
||||
.apdisk
|
||||
._*
|
||||
|
||||
## Windows
|
||||
Thumbs.db
|
||||
Thumbs.db:encryptable
|
||||
ehthumbs.db
|
||||
ehthumbs_vista.db
|
||||
Desktop.ini
|
||||
desktop.ini
|
||||
$RECYCLE.BIN/
|
||||
|
||||
# temporary or log(s) files and directories
|
||||
*.tmp
|
||||
*.log
|
||||
*.logs
|
||||
tmp/
|
||||
log/
|
||||
logs/
|
||||
|
||||
# Python
|
||||
Build/
|
||||
build/
|
||||
venv/
|
||||
.venv/
|
||||
__pycache__/
|
||||
eggs/
|
||||
.eggs/
|
||||
wheels/
|
||||
share/python-wheels/
|
||||
dist/
|
||||
*.egg-info/
|
||||
*.egg
|
||||
*.pyc
|
||||
*.pyd
|
||||
*.pyo
|
||||
*.pyz
|
||||
*.so
|
||||
.installed.cfg
|
||||
|
||||
# LaTeX
|
||||
Build/
|
||||
build/
|
||||
*.acn
|
||||
*.acr
|
||||
*.alg
|
||||
*.aux
|
||||
*.bak
|
||||
*.bbl
|
||||
*.bcf
|
||||
*.blg
|
||||
*.brf
|
||||
*.bst
|
||||
*.dvi
|
||||
*.fdb_latexmk
|
||||
*.fls
|
||||
*.glg
|
||||
*.glo
|
||||
*.gls
|
||||
*.idx
|
||||
*.ilg
|
||||
*.ind
|
||||
*.ist
|
||||
*.lof
|
||||
*.log
|
||||
*.lol
|
||||
*.lot
|
||||
*.maf
|
||||
*.mtc
|
||||
*.mtc1
|
||||
*.nav
|
||||
*.nlo
|
||||
*.nls
|
||||
*.out
|
||||
*.pyg
|
||||
*.run.xml
|
||||
*.snm
|
||||
*.synctex.gz
|
||||
*.tex.backup
|
||||
*.tex~
|
||||
*.thm
|
||||
*.toc
|
||||
*.vrb
|
||||
*.xdy
|
||||
*.xml
|
||||
*blx.bib
|
||||
.bak
|
||||
.mtc
|
||||
Reference in New Issue
Block a user