Skip to content

Commit

Permalink
Add confs for PhpStorm
Browse files Browse the repository at this point in the history
  • Loading branch information
back-2-95 committed Oct 3, 2023
1 parent 3f89223 commit 54fa919
Show file tree
Hide file tree
Showing 7 changed files with 212 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Enviromental values for Makefile and for docker-compose.yml
# Enviromental values for Makefiles and for Docker Compose
#

# Docker Compose project name
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
/public/sites/simpletest
/vendor/

# Ignore the folder created by PhpStorm
.idea/*

# Ignore OSX generated files
.DS_Store
._*
Expand Down
11 changes: 11 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

186 changes: 186 additions & 0 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<file>./drush</file>
<file>./public/modules/custom</file>
<file>./public/themes/custom</file>
<exclude-pattern>./public/sites/default</exclude-pattern>
<exclude-pattern>*/contrib/*</exclude-pattern>
<exclude-pattern>*/dist/*</exclude-pattern>
<exclude-pattern>*/node_modules/*</exclude-pattern>
Expand Down

0 comments on commit 54fa919

Please sign in to comment.