mirror of
https://codeberg.org/armin/noiz.git
synced 2026-09-01 05:50:52 +02:00
add README.md / .gitignore
This commit is contained in:
parent
d022b46ec9
commit
60243da9bf
2 changed files with 51 additions and 0 deletions
34
.gitignore
vendored
Normal file
34
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
# macOS
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
Desktop DB
|
||||
Desktop Folder
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
Icon?
|
||||
._*
|
||||
|
||||
# Vim swap files
|
||||
*.swp
|
||||
*.swo
|
||||
*.swn
|
||||
*.swm
|
||||
*.swl
|
||||
.\#*
|
||||
\#*\#
|
||||
|
||||
# Editor/IDE
|
||||
*.sublime-*
|
||||
*.sublime-workspace
|
||||
*.~
|
||||
*~
|
||||
.idea/
|
||||
.vscode/
|
||||
*.sass-cache
|
||||
|
||||
# OS files
|
||||
Thumbs.db
|
||||
ehthumbs.db
|
||||
Desktop.ini
|
||||
$RECYCLE.BIN/
|
||||
Loading…
Add table
Add a link
Reference in a new issue