Skip to content

Commit

Permalink
Added Aluminum-specific directories to .gitignore
Browse files Browse the repository at this point in the history
This commit adds the Aluminum preferences directory (/prefs/), resources directory (/resources/), and userscripts directory (/usr/) to .gitignore. This will enable users who install Aluminum via Git to adjust preferences and add their own files without these changes affecting the VCS.
  • Loading branch information
ZelnickB committed Aug 18, 2020
1 parent 90070c2 commit 6ff70f4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,14 @@ dist
# TernJS port file
.tern-port

# Sphinx documentation build folder (documentation is built automatically by Read the Docs---see https://readthedocs.org/ ---and is published automatically to https://aluminumjs.rtfd.io/)
# Sphinx documentation build folder (documentation is automatically built and published by Read the Docs)
docs/_build

# Aluminum preferences folder
prefs/

# Aluminum resources folder
resources/

# Aluminum userscripts folder
usr/

0 comments on commit 6ff70f4

Please sign in to comment.