Skip to content

Commit 8c87a6b

Browse files
committed
updated .gitignore
1 parent 7dda6db commit 8c87a6b

File tree

1 file changed

+211
-0
lines changed

1 file changed

+211
-0
lines changed

.gitignore

+211
Original file line numberDiff line numberDiff line change
@@ -592,3 +592,214 @@ Icon
592592
Network Trash Folder
593593
Temporary Items
594594
.apdisk
595+
596+
### CLion+iml template
597+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
598+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
599+
600+
# User-specific stuff
601+
.idea/**/workspace.xml
602+
.idea/**/tasks.xml
603+
.idea/**/usage.statistics.xml
604+
.idea/**/dictionaries
605+
.idea/**/shelf
606+
607+
# AWS User-specific
608+
.idea/**/aws.xml
609+
610+
# Generated files
611+
.idea/**/contentModel.xml
612+
613+
# Sensitive or high-churn files
614+
.idea/**/dataSources/
615+
.idea/**/dataSources.ids
616+
.idea/**/dataSources.local.xml
617+
.idea/**/sqlDataSources.xml
618+
.idea/**/dynamic.xml
619+
.idea/**/uiDesigner.xml
620+
.idea/**/dbnavigator.xml
621+
622+
# Gradle
623+
.idea/**/gradle.xml
624+
.idea/**/libraries
625+
626+
# Gradle and Maven with auto-import
627+
# When using Gradle or Maven with auto-import, you should exclude module files,
628+
# since they will be recreated, and may cause churn. Uncomment if using
629+
# auto-import.
630+
# .idea/artifacts
631+
# .idea/compiler.xml
632+
# .idea/jarRepositories.xml
633+
# .idea/modules.xml
634+
# .idea/*.iml
635+
# .idea/modules
636+
# *.iml
637+
# *.ipr
638+
639+
# CMake
640+
cmake-build-*/
641+
642+
# Mongo Explorer plugin
643+
.idea/**/mongoSettings.xml
644+
645+
# File-based project format
646+
*.iws
647+
648+
# IntelliJ
649+
out/
650+
651+
# mpeltonen/sbt-idea plugin
652+
.idea_modules/
653+
654+
# JIRA plugin
655+
atlassian-ide-plugin.xml
656+
657+
# Cursive Clojure plugin
658+
.idea/replstate.xml
659+
660+
# SonarLint plugin
661+
.idea/sonarlint/
662+
663+
# Crashlytics plugin (for Android Studio and IntelliJ)
664+
com_crashlytics_export_strings.xml
665+
crashlytics.properties
666+
crashlytics-build.properties
667+
fabric.properties
668+
669+
# Editor-based Rest Client
670+
.idea/httpRequests
671+
672+
# Android studio 3.1+ serialized cache file
673+
.idea/caches/build_file_checksums.ser
674+
675+
### C++ template
676+
# Prerequisites
677+
*.d
678+
679+
# Compiled Object files
680+
*.slo
681+
*.lo
682+
*.o
683+
*.obj
684+
685+
# Precompiled Headers
686+
*.gch
687+
*.pch
688+
689+
# Compiled Dynamic libraries
690+
*.so
691+
*.dylib
692+
*.dll
693+
694+
# Fortran module files
695+
*.mod
696+
*.smod
697+
698+
# Compiled Static libraries
699+
*.lai
700+
*.la
701+
*.a
702+
*.lib
703+
704+
# Executables
705+
*.exe
706+
*.out
707+
*.app
708+
709+
### CLion+all template
710+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
711+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
712+
713+
# User-specific stuff
714+
715+
# AWS User-specific
716+
717+
# Generated files
718+
719+
# Sensitive or high-churn files
720+
721+
# Gradle
722+
723+
# Gradle and Maven with auto-import
724+
# When using Gradle or Maven with auto-import, you should exclude module files,
725+
# since they will be recreated, and may cause churn. Uncomment if using
726+
# auto-import.
727+
# .idea/artifacts
728+
# .idea/compiler.xml
729+
# .idea/jarRepositories.xml
730+
# .idea/modules.xml
731+
# .idea/*.iml
732+
# .idea/modules
733+
# *.iml
734+
# *.ipr
735+
736+
# CMake
737+
738+
# Mongo Explorer plugin
739+
740+
# File-based project format
741+
742+
# IntelliJ
743+
744+
# mpeltonen/sbt-idea plugin
745+
746+
# JIRA plugin
747+
748+
# Cursive Clojure plugin
749+
750+
# SonarLint plugin
751+
752+
# Crashlytics plugin (for Android Studio and IntelliJ)
753+
754+
# Editor-based Rest Client
755+
756+
# Android studio 3.1+ serialized cache file
757+
758+
### CLion template
759+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
760+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
761+
762+
# User-specific stuff
763+
764+
# AWS User-specific
765+
766+
# Generated files
767+
768+
# Sensitive or high-churn files
769+
770+
# Gradle
771+
772+
# Gradle and Maven with auto-import
773+
# When using Gradle or Maven with auto-import, you should exclude module files,
774+
# since they will be recreated, and may cause churn. Uncomment if using
775+
# auto-import.
776+
# .idea/artifacts
777+
# .idea/compiler.xml
778+
# .idea/jarRepositories.xml
779+
# .idea/modules.xml
780+
# .idea/*.iml
781+
# .idea/modules
782+
# *.iml
783+
# *.ipr
784+
785+
# CMake
786+
787+
# Mongo Explorer plugin
788+
789+
# File-based project format
790+
791+
# IntelliJ
792+
793+
# mpeltonen/sbt-idea plugin
794+
795+
# JIRA plugin
796+
797+
# Cursive Clojure plugin
798+
799+
# SonarLint plugin
800+
801+
# Crashlytics plugin (for Android Studio and IntelliJ)
802+
803+
# Editor-based Rest Client
804+
805+
# Android studio 3.1+ serialized cache file

0 commit comments

Comments
 (0)