Skip to content
Snippets Groups Projects
Select Git revision
  • a0e8ea223e2663a9628e38da8258e9179a7c7b98
  • master default protected
2 results

.gitignore

Blame
  • SofianeLasri's avatar
    Sofiane Lasri authored
    - Add Shop, Player, and Coordinates classes with basic attributes and operations.
    - Implement ShopService and PlayerService to manage shop and player data. Introduce ShopController and PlayerController for handling HTTP requests related to shops and players.
    - Project creation
    a0e8ea22
    History
    .gitignore 395 B
    HELP.md
    target/
    !.mvn/wrapper/maven-wrapper.jar
    !**/src/main/**/target/
    !**/src/test/**/target/
    
    ### STS ###
    .apt_generated
    .classpath
    .factorypath
    .project
    .settings
    .springBeans
    .sts4-cache
    
    ### IntelliJ IDEA ###
    .idea
    *.iws
    *.iml
    *.ipr
    
    ### NetBeans ###
    /nbproject/private/
    /nbbuild/
    /dist/
    /nbdist/
    /.nb-gradle/
    build/
    !**/src/main/**/build/
    !**/src/test/**/build/
    
    ### VS Code ###
    .vscode/