28 lines
237 B
Plaintext
28 lines
237 B
Plaintext
### Files to be ignored by Git ###
|
|
|
|
# Ruby
|
|
Gemfile.lock
|
|
|
|
# Vagrant
|
|
/\.vagrant/
|
|
|
|
# IntelliJ IDEA
|
|
/*\.ipr
|
|
/*\.iws
|
|
/\.idea/
|
|
**/*\.iml
|
|
|
|
# Eclipse
|
|
/\.classpath
|
|
/\.project
|
|
/\.settings/
|
|
|
|
# Mac
|
|
**/\.DS_Store
|
|
|
|
# Custom
|
|
/temp/
|
|
/tmp/
|
|
envvars
|
|
*.swp
|