diff options
author | Dylan Bolger <dylanbolger@Dylans-MacBook-Air.local> | 2018-03-21 12:22:10 -0500 |
---|---|---|
committer | Dylan Bolger <dylanbolger@Dylans-MacBook-Air.local> | 2018-03-21 12:22:10 -0500 |
commit | ef8872659b59a7b0250af5b995f7893096e544bb (patch) | |
tree | 6332c977652002795c449dd94e820aa8c5de9008 | |
parent | d938a333c208c67c890a9e4888d4cbabcc2b1e87 (diff) | |
download | personal-website-ef8872659b59a7b0250af5b995f7893096e544bb.tar.xz personal-website-ef8872659b59a7b0250af5b995f7893096e544bb.zip |
working on web
-rw-r--r-- | 5pxweb.sublime-project | 2 | ||||
-rwxr-xr-x | README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/5pxweb.sublime-project b/5pxweb.sublime-project index 0ccb1bd..a7e5c7a 100644 --- a/5pxweb.sublime-project +++ b/5pxweb.sublime-project @@ -5,7 +5,7 @@ "name": "All", "path": ".", "folder_exclude_patterns": ["*theos", "obj"], - "file_include_patterns": ["*.m", "*.mm", "*.h", "*.xm", "*.plist", "Makefile", "control", "*.strings", "depictions/", "css/", "CNAME", "Packages", "Release", "debs/", "*.html", "*.txt", "*.sh"] + "file_include_patterns": ["*.m", "*.mm", "*.h", "*.xm", "*.plist", "Makefile", "control", "*.strings", "depictions/", "css/", "CNAME", "Packages", "Release", "debs/", "*.html", "*.txt", "*.sh", "*.scss"] } ] }
\ No newline at end of file @@ -1,3 +1,3 @@ # My website, it's pretty neat right? -[link](fivepixels.xyz).
\ No newline at end of file +[link](fivepixels.xyz)
\ No newline at end of file |