Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Untrack ignored files #165

Open
wants to merge 38 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
f77a3da
Merge branch 'master' of github.com:dcsan/gitterbot into source-beautify
abhisekp Aug 19, 2015
fa03118
Ignore OS, Editor and Program files and dirs
abhisekp Aug 20, 2015
6cc4356
Ignore wiki directory and close dcsan/gitterbot#159
abhisekp Aug 20, 2015
d69f3b7
Fix gitignore files
abhisekp Aug 20, 2015
059f0dc
Delete unwanted or auto-generated files
abhisekp Aug 21, 2015
dfcd00c
Add .gitkeep files to keep empty directory
abhisekp Aug 21, 2015
9e11212
.gitkeep directory
abhisekp Aug 21, 2015
41a0260
Merge branch 'add-gitignore' into untrack-ignored
abhisekp Aug 21, 2015
25d3463
Add data/wiki/ directory
abhisekp Aug 21, 2015
900d845
Merge branch 'source-beautify' into untrack-ignored
abhisekp Aug 21, 2015
0769bd8
Merge remote-tracking branch 'upstream/master' into untrack-ignored
abhisekp Aug 22, 2015
87fa16b
Add .jsbeautifyrc file
abhisekp Aug 19, 2015
f56d750
Format source code
abhisekp Aug 19, 2015
4990c7d
Fix linting error
abhisekp Aug 19, 2015
0c0c315
Add other chat rooms and close dcsan/gitterbot#148
abhisekp Aug 19, 2015
49baa9e
Add FCC City Rooms and close dcsan/gitterbot#148
abhisekp Aug 19, 2015
bca3562
End with newline
abhisekp Aug 19, 2015
c3d46b5
Mark not to end in newline
abhisekp Aug 19, 2015
9df9565
contrib info
dcsan Aug 19, 2015
e5356cb
Remove 'whoami' command.
dting Aug 19, 2015
a883e8a
Correctly warn for mentionless thanks.
dting Aug 20, 2015
4b7fb55
Change how mentionless thanks calls Util.warn.
dting Aug 20, 2015
326f47e
Add GET: /status route for watchdog
SaintPeter Aug 20, 2015
4e619af
Ignore OS, Editor and Program files and dirs
abhisekp Aug 20, 2015
df7effa
Ignore wiki directory and close dcsan/gitterbot#159
abhisekp Aug 20, 2015
8b1adeb
Fix gitignore files
abhisekp Aug 20, 2015
133c471
Delete unwanted or auto-generated files
abhisekp Aug 21, 2015
71995b2
Add .gitkeep files to keep empty directory
abhisekp Aug 21, 2015
c52cb5f
.gitkeep directory
abhisekp Aug 21, 2015
64ba18f
Add data/wiki/ directory
abhisekp Aug 21, 2015
6d2877f
Merge dcsan/master to untrack-ignored
abhisekp Aug 25, 2015
99cc77d
Merge remote-tracking branch 'refs/remotes/origin/untrack-ignored' in…
abhisekp Aug 25, 2015
928f71e
Fix missing semicolons
abhisekp Aug 25, 2015
81049ae
Remove comma
abhisekp Aug 25, 2015
33cad43
Fix spacing
abhisekp Aug 25, 2015
a930570
Add semicolons
abhisekp Aug 25, 2015
28d12b3
Append chat room channel name
abhisekp Aug 26, 2015
df81c7f
Disable multiple bonfire room joins
abhisekp Aug 26, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
552 changes: 550 additions & 2 deletions .gitignore

Large diffs are not rendered by default.

10 changes: 7 additions & 3 deletions nap/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
*.log
.idea
.env
### CUSTOM IGNORES ###
*.env
!dot-EXAMPLE.env
/data/wiki/*
!/bin/
!/logs/
!.gitkeep
!README.md

Loading