- Add .gitignore to exclude IDE-specific files - Create misc.xml, modules.xml, and vcs.xml for project settings - Add sample_rails_app.iml for Ruby on Rails module configuration - Remove unused gems from Gemfile.lock to streamline dependencies These changes set up the project environment for Ruby on Rails development and improve dependency management by removing unnecessary gems.
6 lines
167 B
XML
6 lines
167 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="VcsDirectoryMappings">
|
|
<mapping directory="" vcs="Git" />
|
|
</component>
|
|
</project> |