mirror of
https://github.com/atlas-engineer/nyxt.git
synced 2026-03-27 08:41:06 +00:00
41 lines
424 B
Plaintext
41 lines
424 B
Plaintext
# Ignore build artifacts
|
|
nyxt
|
|
build/
|
|
node_modules/
|
|
package.json
|
|
package-lock.json
|
|
|
|
# Ignore compiled lisp files
|
|
*.FASL
|
|
*.fasl
|
|
*.fas
|
|
*.lisp-temp
|
|
*.dfsl
|
|
*.pfsl
|
|
*.d64fsl
|
|
*.p64fsl
|
|
*.lx64fsl
|
|
*.lx32fsl
|
|
*.dx64fsl
|
|
*.dx32fsl
|
|
*.fx64fsl
|
|
*.fx32fsl
|
|
*.sx64fsl
|
|
*.sx32fsl
|
|
*.wx64fsl
|
|
*.wx32fsl
|
|
|
|
# Ignore PNG and XCF
|
|
*.xcf
|
|
*.png
|
|
|
|
# Generated documentation
|
|
manual.html
|
|
|
|
# Ignore etags/ctags
|
|
TAGS
|
|
|
|
# Ignore C object files and libraries
|
|
*.o
|
|
*.so
|