From 5c63e63d162a4e914fedcc678dace43c05f9808e Mon Sep 17 00:00:00 2001 From: cnst Date: Mon, 15 Jul 2024 14:45:31 +0200 Subject: [PATCH] gitignore --- home/core/gui/ags/.gitignore | 3 +++ home/core/gui/ags/style.css | 18 ------------------ home/core/gui/ags/types | 1 - 3 files changed, 3 insertions(+), 19 deletions(-) create mode 100644 home/core/gui/ags/.gitignore delete mode 100644 home/core/gui/ags/style.css delete mode 120000 home/core/gui/ags/types diff --git a/home/core/gui/ags/.gitignore b/home/core/gui/ags/.gitignore new file mode 100644 index 00000000..b78d65d7 --- /dev/null +++ b/home/core/gui/ags/.gitignore @@ -0,0 +1,3 @@ +style.css +style.css.map +types diff --git a/home/core/gui/ags/style.css b/home/core/gui/ags/style.css deleted file mode 100644 index 56f93c87..00000000 --- a/home/core/gui/ags/style.css +++ /dev/null @@ -1,18 +0,0 @@ -/* Error: expected "{". - * , - * 1 | colors-dark.scss - * | ^ - * ' - * /home/cnst/.config/ags/style/colors.scss 1:17 @import - * /home/cnst/.config/ags/style.scss 5:9 root stylesheet */ - -body::before { - font-family: "Source Code Pro", "SF Mono", Monaco, Inconsolata, "Fira Mono", - "Droid Sans Mono", monospace, monospace; - white-space: pre; - display: block; - padding: 1em; - margin-bottom: 1em; - border-bottom: 2px solid black; - content: 'Error: expected "{".\a \2577 \a 1 \2502 colors-dark.scss\a \2502 ^\a \2575 \a /home/cnst/.config/ags/style/colors.scss 1:17 @import\a /home/cnst/.config/ags/style.scss 5:9 root stylesheet'; -} diff --git a/home/core/gui/ags/types b/home/core/gui/ags/types deleted file mode 120000 index 3b62d76f..00000000 --- a/home/core/gui/ags/types +++ /dev/null @@ -1 +0,0 @@ -/home/cnst/.local/share/com.github.Aylur.ags/types \ No newline at end of file