From e25c86e947c301719086f271b1d5e2b15c1cf9b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Gonz=C3=A1lez?= Date: Thu, 9 Nov 2023 13:13:55 -0300 Subject: [PATCH] =?UTF-8?q?Revert=20"=F0=9F=99=88=20gitignore"=20commits.?= =?UTF-8?q?=20This=20reverts=20commits=2030bd216500b77701d4dd49ea5b0e8eb54?= =?UTF-8?q?86b3e98,=209a587e8c8cb8b18d0d175c1dccbcaedcb2030906,=2038e6008a?= =?UTF-8?q?a22198c254d0d9893c15ce309f37afe7,=205af1c7756c52ed17d90f4bd0f9c?= =?UTF-8?q?7008894989e15=20and=20c8d6f20c3be78994cabbb909b23be81f23ee0c7e.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It reverts pr #2 from my branch --- .gitignore | 83 ++------------------------------------------ src/.idea/.gitignore | 5 --- 2 files changed, 3 insertions(+), 85 deletions(-) delete mode 100644 src/.idea/.gitignore diff --git a/.gitignore b/.gitignore index 3d64c9cd9..0e095b075 100644 --- a/.gitignore +++ b/.gitignore @@ -1,93 +1,16 @@ -## Add all gitignores -!**/.gitignore -!.gitignore -## Empty folders which should be kept -!**/.keep -!.keep - -#### OS -### Mac OS -## General -## macOS system files .DS_Store -.AppleDouble -.LSOverride -## Icon must end with two \r -Icon -## Thumbnails -._* -## Files that might appear in the root of a volume -.DocumentRevisions-V100 -.fseventsd -.Spotlight-V100 -.TemporaryItems -.Trashes -.VolumeIcon.icns -.com.apple.timemachine.donotpresent -## Directories potentially created on remote AFP share -.AppleDB -.AppleDesktop -Network Trash Folder -Temporary Items -.apdisk -### Linux template -*~ -## 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* - -##### Development -#### Node -## Node.js dependencies directory node_modules/ -## Build directories dist/ src/public/app-dist/ -## Log files generated npm-debug.log yarn-error.log -## Databases *.db -## Keys & Certs config.ini cert.key cert.crt -## Server-specific package.json server-package.json -#### ESLInt -## Cache -.eslintcache -### Tmp files -tmp/ - -##### IDEs -#### JetBrains -## Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider -## Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 -**/.idea/* -!**/.idea/.gitignore -#### VisualStudioCode / VSCode / VSCodium -.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 -#### Kate template -## Swap Files -.*.kate-swp -.swp.* - -## --------------------- - +.idea/httpRequests/ data/ data-test/ +tmp/ +.eslintcache diff --git a/src/.idea/.gitignore b/src/.idea/.gitignore deleted file mode 100644 index b58b603fe..000000000 --- a/src/.idea/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/