File: .gitignore

package info (click to toggle)
ruby-acts-as-api 0.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 932 kB
  • ctags: 160
  • sloc: ruby: 2,535; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 272 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
nbproject/
pkg/*
.bundle
Gemfile.lock
test
acts_as_api.tmproj
spec/active_record_dummy/db/*.sqlite3
spec/active_record_dummy/tmp/**/*
spec/active_record_dummy/log/*.log
spec/mongoid_dummy/tmp/**/*
spec/mongoid_dummy/log/*.log
.rspec
.ruby-version
.rvmrc
*.sqlite3-journal