diff options
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -13,10 +13,14 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. +# Text editor temporary files. .*~ \#.*\# +# Generated website site/** + +# Downloaded pages /wordpress/pages/replicant_blog_page_0.html /wordpress/pages/replicant_blog_page_1.html /wordpress/pages/replicant_blog_page_2.html |
