FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
RailsGun/.gitignore at master · fakegit/RailsGun · GitHub
fakegit
/
RailsGun
Public
forked from
MoePlayer/RailsGun
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
RailsGun
/
.gitignore
Copy path
More file actions
More file actions
Latest commit
History
History
History
23 lines (18 loc) · 582 Bytes
Breadcrumbs
RailsGun
/
.gitignore
Copy path
File metadata and controls
23 lines (18 loc) · 582 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
See https://help.github.com/articles/ignoring-files for more about ignoring files.
#
#
If you find yourself ignoring temporary files generated by your text editor
#
or operating system, you probably want to add a global ignore instead:
#
git config --global core.excludesfile '~/.gitignore_global'
#
Ignore bundler config.
/
.bundle
#
Ignore the default SQLite database.
/
db
/
*
.sqlite3
/
db
/
*
.sqlite3-journal
#
Ignore all logfiles and tempfiles.
/
log
/
*
/
tmp
/
*
!
/
log
/
.keep
!
/
tmp
/
.keep
.byebug_history
#
Ignore master key for decrypting credentials and more.
/
config
/
master.key
Back
|
FazBrowse Home
|
New Git URL