Skip to content

Commit

Permalink
.gitignore: Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
aadcg committed Dec 16, 2024
1 parent f2909c0 commit 23c37e4
Showing 1 changed file with 12 additions and 17 deletions.
29 changes: 12 additions & 17 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
# Ignore build artifacts
nyxt
.flatpak-builder/
nyxt-flatpak-repository/
*.flatpak
build/
version
nyxt*
Nyxt.app

# Ignore PNG and XCF
*.xcf
*.png
# Except for these folders
!libraries/prompter/*.png
!libraries/theme/*.png
node_modules/
package.json
package-lock.json

# Ignore compiled lisp files
*.FASL
Expand All @@ -31,7 +28,11 @@ Nyxt.app
*.wx64fsl
*.wx32fsl

# Generated doc
# Ignore PNG and XCF
*.xcf
*.png

# Generated documentation
manual.html

# Ignore flake lockfile
Expand All @@ -43,9 +44,3 @@ TAGS
# Ignore C object files and libraries
*.o
*.so

# Ignore flatpak build files
.flatpak-builder/
/build
nyxt-flatpak-repository/
*.flatpak

0 comments on commit 23c37e4

Please sign in to comment.