-
Notifications
You must be signed in to change notification settings - Fork 0
/
.hgignore
26 lines (21 loc) · 858 Bytes
/
.hgignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# This file should contain anything that you do not want to appear in your
# Mercurial repository.
#
# If you are not using Mercurial, please delete this file.
# This prevents system-specific Makefile overrides from being committed to your
# repository.
Makefile.override
# This prevents binary output from being included in your repository.
bin/
obj/
# This will prevent large (or copyrighted, if you're porting a game engine that
# requires proprietary data) data from being included in your repository.
assets/
# Sublime Text stores session state information to its workspace files. This
# can potentially leak sensitive information. This file can be excluded from
# the respository without affecting the project's functionality.
.sublime-workspace
# Exclude any git files, just in case they're still in the directory.
.git
.gitattributes
.gitignore