diff options
author | DexesTTP <dexes.ttp@gmail.com> | 2022-04-30 12:09:45 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-05-06 14:11:03 +0200 |
commit | 56d018f6b50744aa34bcfd075a4c6dcf9a386d84 (patch) | |
tree | baf09a2397dd2a7116226a4e393525c1e744b22b | |
parent | 6027ab9e12dbddf316fc40cf75283bbe337d12f9 (diff) | |
download | serenity-56d018f6b50744aa34bcfd075a4c6dcf9a386d84.zip |
LibWeb: Remove unneeded .gitignore
This was changed a while ago so the generated files are placed in the
Build directory. Let's remove the gitignore file so any old version of
the files stop conflicting with the new generated versions.
-rw-r--r-- | Userland/Libraries/LibWeb/CSS/.gitignore | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Userland/Libraries/LibWeb/CSS/.gitignore b/Userland/Libraries/LibWeb/CSS/.gitignore deleted file mode 100644 index ae00c71e95..0000000000 --- a/Userland/Libraries/LibWeb/CSS/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -DefaultStyleSheetSource.cpp -PropertyID.cpp -PropertyID.h |