mirror of
https://github.com/stisla/stisla.git
synced 2025-09-01 04:11:52 +02:00
add ignore files/folders
This commit is contained in:
38
.gitignore
vendored
38
.gitignore
vendored
@@ -1,12 +1,36 @@
|
|||||||
#ignore folder
|
# Numerous always-ignore extensions
|
||||||
node_modules/
|
|
||||||
/.idea
|
|
||||||
/.vscode
|
|
||||||
.DS_Store
|
|
||||||
|
|
||||||
#ignore file
|
|
||||||
*.txt
|
*.txt
|
||||||
*.lock
|
*.lock
|
||||||
*.log
|
*.log
|
||||||
*.zip
|
*.zip
|
||||||
*.rar
|
*.rar
|
||||||
|
*.diff
|
||||||
|
*.err
|
||||||
|
*.orig
|
||||||
|
*.rej
|
||||||
|
*.swo
|
||||||
|
*.swp
|
||||||
|
*.vi
|
||||||
|
*~
|
||||||
|
|
||||||
|
# Folders to ignore
|
||||||
|
/node_modules/
|
||||||
|
|
||||||
|
# OS or Editor folders
|
||||||
|
._*
|
||||||
|
.cache
|
||||||
|
.DS_Store
|
||||||
|
.idea
|
||||||
|
.vscode
|
||||||
|
.project
|
||||||
|
.settings
|
||||||
|
.tmproj
|
||||||
|
*.esproj
|
||||||
|
*.sublime-project
|
||||||
|
*.sublime-workspace
|
||||||
|
nbproject
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# Komodo
|
||||||
|
.komodotools
|
||||||
|
*.komodoproject
|
||||||
|
Reference in New Issue
Block a user