Add Idea files
This commit is contained in:
parent
3a65479849
commit
9b4054a5c4
6 changed files with 54 additions and 0 deletions
3
.idea/.gitignore
vendored
Normal file
3
.idea/.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# Default ignored files
|
||||||
|
/shelf/
|
||||||
|
/workspace.xml
|
6
.idea/jpa-buddy.xml
Normal file
6
.idea/jpa-buddy.xml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="JpaBuddyIdeaProjectConfig">
|
||||||
|
<option name="renamerInitialized" value="true" />
|
||||||
|
</component>
|
||||||
|
</project>
|
15
.idea/misc.xml
Normal file
15
.idea/misc.xml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="CodeInsightWorkspaceSettings">
|
||||||
|
<option name="optimizeImportsOnTheFly" value="true" />
|
||||||
|
</component>
|
||||||
|
<component name="ProjectRootManager">
|
||||||
|
<output url="file://$PROJECT_DIR$/out" />
|
||||||
|
</component>
|
||||||
|
<component name="ProjectType">
|
||||||
|
<option name="id" value="jpab" />
|
||||||
|
</component>
|
||||||
|
<component name="ReaderModeSettings">
|
||||||
|
<option name="showLigatures" value="true" />
|
||||||
|
</component>
|
||||||
|
</project>
|
12
.idea/modules.xml
Normal file
12
.idea/modules.xml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="ProjectModuleManager">
|
||||||
|
<modules>
|
||||||
|
<module fileurl="file://$PROJECT_DIR$/.idea/nix-configs.iml" filepath="$PROJECT_DIR$/.idea/nix-configs.iml" />
|
||||||
|
<module fileurl="file://$PROJECT_DIR$/.direnv/flake-inputs/14hmp9p41qbskdqz5c63708lpgk8imk4-source/nixos/nixos.iml" filepath="$PROJECT_DIR$/.direnv/flake-inputs/14hmp9p41qbskdqz5c63708lpgk8imk4-source/nixos/nixos.iml" />
|
||||||
|
<module fileurl="file://$PROJECT_DIR$/.direnv/flake-inputs/03mk1c185bl2lj4ib2alczv639c4q35d-source/nixos/nixos1.iml" filepath="$PROJECT_DIR$/.direnv/flake-inputs/03mk1c185bl2lj4ib2alczv639c4q35d-source/nixos/nixos1.iml" />
|
||||||
|
<module fileurl="file://$PROJECT_DIR$/.direnv/flake-inputs/14hmp9p41qbskdqz5c63708lpgk8imk4-source/pkgs/pkgs.iml" filepath="$PROJECT_DIR$/.direnv/flake-inputs/14hmp9p41qbskdqz5c63708lpgk8imk4-source/pkgs/pkgs.iml" />
|
||||||
|
<module fileurl="file://$PROJECT_DIR$/.direnv/flake-inputs/03mk1c185bl2lj4ib2alczv639c4q35d-source/pkgs/pkgs1.iml" filepath="$PROJECT_DIR$/.direnv/flake-inputs/03mk1c185bl2lj4ib2alczv639c4q35d-source/pkgs/pkgs1.iml" />
|
||||||
|
</modules>
|
||||||
|
</component>
|
||||||
|
</project>
|
12
.idea/nix-configs.iml
Normal file
12
.idea/nix-configs.iml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module type="JAVA_MODULE" version="4">
|
||||||
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||||
|
<exclude-output />
|
||||||
|
<content url="file://$MODULE_DIR$">
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/.direnv" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/result" />
|
||||||
|
</content>
|
||||||
|
<orderEntry type="inheritedJdk" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
</component>
|
||||||
|
</module>
|
6
.idea/vcs.xml
Normal file
6
.idea/vcs.xml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="VcsDirectoryMappings">
|
||||||
|
<mapping directory="" vcs="Git" />
|
||||||
|
</component>
|
||||||
|
</project>
|
Loading…
Reference in a new issue