forked from Khan/frankenserver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
44 lines (38 loc) · 966 Bytes
/
.gitignore
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Before adding an entry here that affects everyone, consider if it's perhaps
# more appropriate to add it to only your own personal hgignore file for the
# repo. See the following link to learn how to do this:
# http://mercurial.selenic.com/wiki/TipsAndTricks#Ignore_files_in_local_working_copy_only
syntax: glob
### VC directories (needed since this file is both .hgignore and .gitignore)
.git
.hg
### Generated files
genfiles
*.pyc
.bundle
# Created by third_party/codemod.py when doing refactors
.codemod.bookmark
# Created by arc liberate
.phutil_module_cache
### Manually created files
secrets.py
secrets_dev.py
datastore/*
# Contains an OAuth2 token for communicating with BigQuery in development.
bigquery_token
### OS/Editor-created files
*.DS_Store
.*.swp
.*.un~
.tags
.tags_sorted_by_file
.tm_properties
*.rej
.idea
TAGS
### Unknown (may no longer be needed)
*.espressostorage
*.pem
.project
.pydevproject
.settings/org.eclipse.core.resources.prefs