Added gitignore
This commit is contained in:
parent
834bba05e2
commit
f696b23977
1 changed files with 38 additions and 0 deletions
38
.gitignore
vendored
Normal file
38
.gitignore
vendored
Normal file
|
@ -0,0 +1,38 @@
|
||||||
|
SciTEDirectory.properties
|
||||||
|
*/SciTEDirectory.properties
|
||||||
|
*~
|
||||||
|
*.sql
|
||||||
|
*.sql.gz
|
||||||
|
*.zip
|
||||||
|
*.log
|
||||||
|
*.dmp
|
||||||
|
nytprof*
|
||||||
|
sublime_*
|
||||||
|
*.sublime-*
|
||||||
|
~*
|
||||||
|
*~
|
||||||
|
*_
|
||||||
|
_*
|
||||||
|
*/.DS_Store
|
||||||
|
.DS_Store
|
||||||
|
table_meta*
|
||||||
|
*#
|
||||||
|
/*.db
|
||||||
|
/*.xls
|
||||||
|
/*.xlsx
|
||||||
|
/*.csv
|
||||||
|
/*.pdf
|
||||||
|
|
||||||
|
node_modules
|
||||||
|
local
|
||||||
|
tmp
|
||||||
|
.parcel-cache
|
||||||
|
.bash_history
|
||||||
|
|
||||||
|
.env
|
||||||
|
.mc
|
||||||
|
docker-compose.override.yml
|
||||||
|
.git
|
||||||
|
|
||||||
|
root
|
||||||
|
dist
|
Loading…
Add table
Add a link
Reference in a new issue