From 197d9181b35806f45355564200d419661a40f179 Mon Sep 17 00:00:00 2001 From: ThrRip Date: Wed, 8 Nov 2023 12:19:44 +0800 Subject: [PATCH] [CI Skip] Restructure ".gitignore" --- .gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index efabecb..296bf1e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,9 @@ # Created by .ignore support plugin (hsz.mobi) +### Project +# Dotenv +.env + ### JetBrains IDE .idea/* !.idea/dictionaries/ @@ -7,9 +11,6 @@ !.idea/jsLinters/ !.idea/icon.svg -### Dotenv -.env - ### Node.js # Logs *.log*