mirror of
https://github.com/Cian-H/I-Form_Research_Server_Stack.git
synced 2026-02-10 03:13:28 +00:00
Rouhg build of stack. Not 100% functional, but is enough to start design of core db functions
This commit is contained in:
33
.gitignore
vendored
33
.gitignore
vendored
@@ -0,0 +1,33 @@
|
||||
.vscode/
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
!.vscode/*.code-snippets
|
||||
|
||||
# Local History for Visual Studio Code
|
||||
.history/
|
||||
|
||||
# Built Visual Studio Code Extensions
|
||||
*.vsix
|
||||
|
||||
*~
|
||||
|
||||
# temporary files which can be created if a process still has a handle open of a deleted file
|
||||
.fuse_hidden*
|
||||
|
||||
# KDE directory preferences
|
||||
.directory
|
||||
|
||||
# Linux trash folder which might appear on any partition or disk
|
||||
.Trash-*
|
||||
|
||||
# .nfs files are created when an open file is removed but is still being accessed
|
||||
.nfs*
|
||||
|
||||
.mypy_cache/
|
||||
|
||||
# Ignore dotenv files in the project root
|
||||
.env
|
||||
/[^/]*.env
|
||||
Reference in New Issue
Block a user