mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-22 08:46:39 -06:00
537df154fe
Introduced a new ajax function to return the HTTP Status code 410 (GONE). Changed the location of the javascript from each modules, it loads. Added .swp, .swo files in the .gitignore file
21 lines
285 B
Plaintext
21 lines
285 B
Plaintext
*.db
|
|
*.pyc
|
|
*.pyo
|
|
*.o
|
|
*.psp
|
|
_build
|
|
build-*
|
|
.DS_Store
|
|
runtime/.qmake.cache
|
|
runtime/Makefile
|
|
runtime/moc_BrowserWindow.cpp
|
|
runtime/moc_Server.cpp
|
|
runtime/pgAdmin4.app/
|
|
runtime/pgAdmin4.pro.user*
|
|
runtime/ui_BrowserWindow.h
|
|
runtime/.qmake.stash
|
|
web/config_local.py
|
|
pgadmin4.log
|
|
*.swp
|
|
*.swo
|